X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcore%2Fcoreauthhandler.cpp;h=a2367c37c299357cc69f052151959261ac7a8d0c;hp=aa1d9571029c07cadfdc6e7e0fe4d7ff5261c928;hb=28cee4568aeb1ce3014d11234e40f19e7aeae5bd;hpb=44428e76a8b2ad9617bef927edd01dd3a1a5caaf diff --git a/src/core/coreauthhandler.cpp b/src/core/coreauthhandler.cpp index aa1d9571..a2367c37 100644 --- a/src/core/coreauthhandler.cpp +++ b/src/core/coreauthhandler.cpp @@ -183,8 +183,8 @@ void CoreAuthHandler::handle(const RegisterClient &msg) // XXX: FIXME: use client features here: we cannot pass authenticators if the client is too old! _peer->dispatch(ClientRegistered(Quassel::features(), configured, backends, useSsl, authenticators)); - _peer->_buildDate = msg.buildDate; - _peer->_clientVersion = msg.clientVersion; + _peer->setBuildDate(msg.buildDate); + _peer->setClientVersion(msg.clientVersion); if (_legacy && useSsl) startSsl();