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/SsdpDeviceLocator.cs | |
| parent | 5bb639a59a9ab4c42804e364c94b34aaca594796 (diff) | |
brace multiline if statements (cont.)
Diffstat (limited to 'RSSDP/SsdpDeviceLocator.cs')
| -rw-r--r-- | RSSDP/SsdpDeviceLocator.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/RSSDP/SsdpDeviceLocator.cs b/RSSDP/SsdpDeviceLocator.cs index 9a31db7a2..38562ce49 100644 --- a/RSSDP/SsdpDeviceLocator.cs +++ b/RSSDP/SsdpDeviceLocator.cs @@ -590,7 +590,9 @@ namespace Rssdp.Infrastructure return OneSecond; } else + { return searchWaitTime.Subtract(OneSecond); + } } private DiscoveredSsdpDevice FindExistingDeviceNotification(IEnumerable<DiscoveredSsdpDevice> devices, string notificationType, string usn) |
