X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcore%2Fcorenetwork.cpp;h=8ea229f60210acfe25c2b650dd00bdbe29e33d8f;hp=d18ddca5878c7675f4b85b43a4a4cd15253339ce;hb=03eb5a574ec55546c62336428c7a9caa63b45a7a;hpb=36743995add34474fa2db3be8e7b37168232ac70 diff --git a/src/core/corenetwork.cpp b/src/core/corenetwork.cpp index d18ddca5..8ea229f6 100644 --- a/src/core/corenetwork.cpp +++ b/src/core/corenetwork.cpp @@ -68,6 +68,7 @@ CoreNetwork::CoreNetwork(const NetworkId &networkid, CoreSession *session) connect(&_autoWhoCycleTimer, SIGNAL(timeout()), this, SLOT(startAutoWhoCycle())); connect(&_tokenBucketTimer, SIGNAL(timeout()), this, SLOT(fillBucketAndProcessQueue())); + connect(&socket, SIGNAL(connected()), Core::instance()->oidentdConfigGenerator(), SLOT(update())); connect(&socket, SIGNAL(connected()), this, SLOT(socketInitialized())); connect(&socket, SIGNAL(disconnected()), this, SLOT(socketDisconnected())); connect(&socket, SIGNAL(error(QAbstractSocket::SocketError)), this, SLOT(socketError(QAbstractSocket::SocketError)));