X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcore%2Fcoreapplication.cpp;h=25dd6851392bc0899cdcac145ff7ec8447fc96fd;hp=0806a2a86a8c5a34a3c23b6613d87248a4e8dbf9;hb=092e6b212637ffbf68800584b7c1f32d1931b602;hpb=9f91e0dd3c4eb5c2e2dedfc8d36a068d433d51b1 diff --git a/src/core/coreapplication.cpp b/src/core/coreapplication.cpp index 0806a2a8..25dd6851 100644 --- a/src/core/coreapplication.cpp +++ b/src/core/coreapplication.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-2016 by the Quassel Project * + * Copyright (C) 2005-2018 by the Quassel Project * * devel@quassel-irc.org * * * * This program is free software; you can redistribute it and/or modify * @@ -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(); });