X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcore%2Fcoreapplication.cpp;h=25dd6851392bc0899cdcac145ff7ec8447fc96fd;hp=91c417178c43091bd86458079ef23f18f7a77e2f;hb=092e6b212637ffbf68800584b7c1f32d1931b602;hpb=68878dc8366f2f4a0afe132847aad9a51a80cdbf diff --git a/src/core/coreapplication.cpp b/src/core/coreapplication.cpp index 91c41717..25dd6851 100644 --- a/src/core/coreapplication.cpp +++ b/src/core/coreapplication.cpp @@ -56,7 +56,8 @@ bool CoreApplicationInternal::init() _coreCreated = true; Quassel::registerReloadHandler([]() { - // Currently, only reloading SSL certificates is supported + // Currently, only reloading SSL certificates and the sysident cache is supported + Core::cacheSysIdent(); return Core::reloadCerts(); });