aboutsummaryrefslogtreecommitdiff
path: root/RSSDP/SsdpDevicePublisher.cs
diff options
context:
space:
mode:
authorBond_009 <bond.009@outlook.com>2018-12-15 19:53:09 +0100
committerBond_009 <bond.009@outlook.com>2018-12-16 00:49:18 +0100
commit22093c9e8fe15691cca79795acc2616a8b7ec4ff (patch)
tree56b40f8dd4d23ae244a7fc787affbe1ac817e899 /RSSDP/SsdpDevicePublisher.cs
parent336a4a2b8d728c32bd22404dfa16f1a80a3e9b15 (diff)
Removed some warnings
Diffstat (limited to 'RSSDP/SsdpDevicePublisher.cs')
-rw-r--r--RSSDP/SsdpDevicePublisher.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/RSSDP/SsdpDevicePublisher.cs b/RSSDP/SsdpDevicePublisher.cs
index 8d57deb5e..2646023e8 100644
--- a/RSSDP/SsdpDevicePublisher.cs
+++ b/RSSDP/SsdpDevicePublisher.cs
@@ -312,7 +312,7 @@ namespace Rssdp.Infrastructure
{
await _CommsServer.SendMessage(System.Text.Encoding.UTF8.GetBytes(message), endPoint, receivedOnlocalIpAddress, cancellationToken).ConfigureAwait(false);
}
- catch (Exception ex)
+ catch (Exception)
{
}
@@ -558,4 +558,4 @@ namespace Rssdp.Infrastructure
}
}
}
-} \ No newline at end of file
+}