X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcore%2Fidentserver.cpp;h=c3be8f5143b526024b6460b0ccc606851759886c;hp=c68d119e2a43e33a6979df32e280d2be8c714187;hb=5fc6f7e2d63b45770574260afd6ce535e9548d23;hpb=e212eabe53878a8fa6ecb15909a325ed7dd63283 diff --git a/src/core/identserver.cpp b/src/core/identserver.cpp index c68d119e..c3be8f51 100644 --- a/src/core/identserver.cpp +++ b/src/core/identserver.cpp @@ -24,9 +24,8 @@ #include "identserver.h" #include "logger.h" -IdentServer::IdentServer(bool strict, QObject *parent) +IdentServer::IdentServer(QObject *parent) : QObject(parent) - , _strict(strict) { connect(&_server, SIGNAL(newConnection()), this, SLOT(incomingConnection())); connect(&_v6server, SIGNAL(newConnection()), this, SLOT(incomingConnection()));