X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcore%2Fcoreapplication.cpp;h=25dd6851392bc0899cdcac145ff7ec8447fc96fd;hp=7f4388b2a1b6452eaf755582cbc6bfb3ec285dcd;hb=6422c61b11d97f905b6a27f2d280e9ec0d8bb3e2;hpb=8697a21faab21ae23646f559cba9a85bd95b2ad7 diff --git a/src/core/coreapplication.cpp b/src/core/coreapplication.cpp index 7f4388b2..25dd6851 100644 --- a/src/core/coreapplication.cpp +++ b/src/core/coreapplication.cpp @@ -57,7 +57,7 @@ bool CoreApplicationInternal::init() Quassel::registerReloadHandler([]() { // Currently, only reloading SSL certificates and the sysident cache is supported - Core::cacheSysident(); + Core::cacheSysIdent(); return Core::reloadCerts(); });