1
0

Removed duplicate IPvX labels.

This commit is contained in:
madmaxoft
2014-07-18 09:18:00 +02:00
parent 35d0a0009e
commit d52a51f7b6
3 changed files with 6 additions and 6 deletions

View File

@@ -78,8 +78,8 @@ protected:
cRCONServer::cRCONServer(cServer & a_Server) :
m_Server(a_Server),
m_ListenThread4(*this, cSocket::IPv4, "RCON IPv4"),
m_ListenThread6(*this, cSocket::IPv6, "RCON IPv6")
m_ListenThread4(*this, cSocket::IPv4, "RCON"),
m_ListenThread6(*this, cSocket::IPv6, "RCON")
{
}