]> code.citadel.org Git - citadel.git/blobdiff - citadel/citserver.c
* When sending a page that results in the receiver's Sent/Received Pages>
[citadel.git] / citadel / citserver.c
index c96ab9f571085a42190261fb220a9d65935ae46d..023d34a5f7d936a7ff373e411e2181690132bc49 100644 (file)
@@ -83,10 +83,10 @@ void master_startup(void) {
        check_ref_counts();
 
        lprintf(7, "Creating base rooms (if necessary)\n");
-       create_room(BASEROOM,           0, "", 0, 1);
-       create_room(AIDEROOM,           3, "", 0, 1);
-       create_room(SYSCONFIGROOM,      3, "", 0, 1);
-       create_room(config.c_twitroom,  0, "", 0, 1);
+       create_room(BASEROOM,           0, "", 0, 1, 0);
+       create_room(AIDEROOM,           3, "", 0, 1, 0);
+       create_room(SYSCONFIGROOM,      3, "", 0, 1, 0);
+       create_room(config.c_twitroom,  0, "", 0, 1, 0);
 
        lprintf(7, "Seeding the pseudo-random number generator...\n");
        gettimeofday(&tv, NULL);