Skip to content

Commit b76e8e6

Browse files
committed
Merge branch 'develop'
2 parents 3be22d4 + ff5c435 commit b76e8e6

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

Remote Server/ServerForm.cs

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2656,14 +2656,10 @@ private void ProcessRestRequest(HttpListenerContext context)
26562656

26572657
case SharedConstants.ALPACA_DEVICE_MANAGEMENT_DESCRIPTION:
26582658
// Create the remote server description and return it to the client in the proscribed format
2659-
// AlpacaDeviceDescription remoteServerDescription = new AlpacaDeviceDescription(SharedConstants.ALPACA_DEVICE_MANAGEMENT_SERVERNAME,
2660-
// SharedConstants.ALPACA_DEVICE_MANAGEMENT_MANUFACTURER,
2661-
// Assembly.GetEntryAssembly().GetName().Version.ToString(),
2662-
// RemoteServerLocation);
26632659
AlpacaDeviceDescription remoteServerDescription = new AlpacaDeviceDescription(SharedConstants.ALPACA_DEVICE_MANAGEMENT_SERVERNAME,
26642660
SharedConstants.ALPACA_DEVICE_MANAGEMENT_MANUFACTURER,
26652661
Assembly.GetEntryAssembly().GetName().Version.ToString(),
2666-
"");
2662+
RemoteServerLocation);
26672663

26682664
AlpacaDescriptionResponse descriptionResponse = new AlpacaDescriptionResponse(clientTransactionID, serverTransactionID, remoteServerDescription)
26692665
{

0 commit comments

Comments
 (0)