소스 검색

removed space.

BaronGreenback 4 년 전
부모
커밋
5db998e135
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 2
      RSSDP/SsdpDeviceLocator.cs

+ 1 - 2
RSSDP/SsdpDeviceLocator.cs

@@ -33,9 +33,8 @@ namespace Rssdp.Infrastructure
             }
             }
             
             
             _CommunicationsServer = communicationsServer;
             _CommunicationsServer = communicationsServer;
-
-            // This can occur is dlna is enabled, but defined to run over https.
             _CommunicationsServer.ResponseReceived += CommsServer_ResponseReceived;
             _CommunicationsServer.ResponseReceived += CommsServer_ResponseReceived;
+
             _Devices = new List<DiscoveredSsdpDevice>();
             _Devices = new List<DiscoveredSsdpDevice>();
         }
         }