]> code.citadel.org Git - citadel.git/blobdiff - citadel/citserver.c
* Avoid re-creating the default-named baseroom (Lobby) upon subsequent
[citadel.git] / citadel / citserver.c
index 1c944f172db5e901653d9d2469af2bf933ad99fa..473e256b30893675d882b05336a876c63e6e8d99 100644 (file)
@@ -101,7 +101,7 @@ void master_startup(void) {
        check_ref_counts();
 
        lprintf(CTDL_INFO, "Creating base rooms (if necessary)\n");
-       create_room(BASEROOM,           0, "", 0, 1, 0, VIEW_BBS);
+       create_room(config.c_baseroom,  0, "", 0, 1, 0, VIEW_BBS);
        create_room(AIDEROOM,           3, "", 0, 1, 0, VIEW_BBS);
        create_room(SYSCONFIGROOM,      3, "", 0, 1, 0, VIEW_BBS);
        create_room(config.c_twitroom,  0, "", 0, 1, 0, VIEW_BBS);