aboutsummaryrefslogtreecommitdiff
path: root/RSSDP/SsdpDeviceLocator.cs
diff options
context:
space:
mode:
authorAnthony Lavado <anthony@lavado.ca>2020-06-20 17:39:00 -0400
committerGitHub <noreply@github.com>2020-06-20 17:39:00 -0400
commit3a5df3d06000a209e308f21cebf9aeb4c3fa9a5b (patch)
treebe1fbaf44475fc5aa21df24ac8e5f3cf05abc7c9 /RSSDP/SsdpDeviceLocator.cs
parentbb947718eaee3a8381d9b9e6ed926676de39d7c9 (diff)
parent43221fc26b46ac8d55b8bac7cec859dc8ec3883b (diff)
Merge pull request #3007 from BaronGreenback/SSDP
Fix for #2986
Diffstat (limited to 'RSSDP/SsdpDeviceLocator.cs')
-rw-r--r--RSSDP/SsdpDeviceLocator.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/RSSDP/SsdpDeviceLocator.cs b/RSSDP/SsdpDeviceLocator.cs
index 38562ce49..bfad6de97 100644
--- a/RSSDP/SsdpDeviceLocator.cs
+++ b/RSSDP/SsdpDeviceLocator.cs
@@ -353,7 +353,7 @@ namespace Rssdp.Infrastructure
{
return;
}
-
+
var location = GetFirstHeaderUriValue("Location", message);
if (location != null)
{