X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcore%2Fcore.cpp;h=2a2e5ebede777471b5f7f589c94c829c3f8732e6;hp=c894820c61d6bf525a4352aae8074fc70f179009;hb=03eb5a574ec55546c62336428c7a9caa63b45a7a;hpb=36743995add34474fa2db3be8e7b37168232ac70 diff --git a/src/core/core.cpp b/src/core/core.cpp index c894820c..2a2e5ebe 100644 --- a/src/core/core.cpp +++ b/src/core/core.cpp @@ -169,6 +169,8 @@ Core::Core() } void Core::init() { + _oidentdConfigGenerator = new OidentdConfigGenerator(); + CoreSettings cs; _configured = initStorage(cs.storageSettings().toMap()); @@ -240,6 +242,7 @@ void Core::restoreState() { return; } */ + QVariantList activeSessions = s.coreState().toMap()["ActiveSessions"].toList(); if(activeSessions.count() > 0) { quInfo() << "Restoring previous core state...";