diff options
| author | telans <telans@protonmail.com> | 2020-06-20 21:19:16 +1200 |
|---|---|---|
| committer | telans <telans@protonmail.com> | 2020-06-20 21:19:16 +1200 |
| commit | 6556bec646a28d08267f30640125865cf42240d0 (patch) | |
| tree | 55e9c9102f67e11ac0225c25166c2e4caaf012eb /RSSDP/SsdpDevicePublisher.cs | |
| parent | 5bb639a59a9ab4c42804e364c94b34aaca594796 (diff) | |
brace multiline if statements (cont.)
Diffstat (limited to 'RSSDP/SsdpDevicePublisher.cs')
| -rw-r--r-- | RSSDP/SsdpDevicePublisher.cs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/RSSDP/SsdpDevicePublisher.cs b/RSSDP/SsdpDevicePublisher.cs index 7c6e87201..1a8577d8d 100644 --- a/RSSDP/SsdpDevicePublisher.cs +++ b/RSSDP/SsdpDevicePublisher.cs @@ -402,7 +402,9 @@ namespace Rssdp.Infrastructure _RecentSearchRequests[newRequest.Key] = newRequest; } else + { isDuplicateRequest = true; + } } else { @@ -613,7 +615,9 @@ namespace Rssdp.Infrastructure WriteTrace(text + " " + device.DeviceType + " - " + device.Uuid + " - " + rootDevice.Location); } else + { WriteTrace(text + " " + device.DeviceType + " - " + device.Uuid); + } } private void CommsServer_RequestReceived(object sender, RequestReceivedEventArgs e) |
