Some cleanups
[quassel.git] / src / core / coreapplication.cpp
index 7f4388b..25dd685 100644 (file)
@@ -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();
     });