aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/upnp/SsdpConnection.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/upnp/SsdpConnection.cpp')
-rw-r--r--src/modules/upnp/SsdpConnection.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/upnp/SsdpConnection.cpp b/src/modules/upnp/SsdpConnection.cpp
index 11a316ce6..adfa21ace 100644
--- a/src/modules/upnp/SsdpConnection.cpp
+++ b/src/modules/upnp/SsdpConnection.cpp
@@ -52,7 +52,7 @@ namespace UPnP
SsdpConnection::~SsdpConnection()
{
- if(m_pSocket != 0)
+ if(m_pSocket != nullptr)
{
m_pSocket->close();
delete m_pSocket;