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

@@ -122,8 +122,8 @@ class cDebugCallbacks :
// cHTTPServer:
cHTTPServer::cHTTPServer(void) :
m_ListenThreadIPv4(*this, cSocket::IPv4, "WebServer IPv4"),
m_ListenThreadIPv6(*this, cSocket::IPv6, "WebServer IPv6"),
m_ListenThreadIPv4(*this, cSocket::IPv4, "WebServer"),
m_ListenThreadIPv6(*this, cSocket::IPv6, "WebServer"),
m_Callbacks(NULL)
{
}