Fix registered channel desync; fix HelpServ crash for old cfg files
[srvx.git] / src / mod-helpserv.c
index 5e8a5139a5206415af674308475081973bbde587..126d0a247975af468a454e262eb59eb4024c157e 100644 (file)
@@ -3648,7 +3648,7 @@ static void helpserv_conf_read(void) {
     helpserv_conf.db_backup_frequency = str ? ParseInterval(str) : 7200;
 
     str = database_get_data(conf_node, "description", RECDB_QSTRING);
-    helpserv_conf.description = str;
+    helpserv_conf.description = str ? str : "Help Queue Manager";
 
     str = database_get_data(conf_node, "reqlogfile", RECDB_QSTRING);
     if (str && strlen(str))