diff -r e7439fa13093 -r 5314ebdcb38d sources/network/rconsession.cpp --- a/sources/network/rconsession.cpp Thu Jul 23 17:45:54 2015 +0300 +++ b/sources/network/rconsession.cpp Thu Jul 23 17:51:35 2015 +0300 @@ -39,7 +39,7 @@ m_state (RCON_DISCONNECTED), m_lastPing (0), m_numAdmins (0), - m_interface (NULL) + m_interface (nullptr) { if (not m_socket.set_blocking (false)) {