MSGS command can now do full text search on the room
[citadel.git] / citadel / serv_expire.c
index 28b0968de4a6591faa26aed310af74196c865ac8..6927a6509dbf5112935bcc1ca884a42d1d5494ff 100644 (file)
@@ -745,7 +745,7 @@ void do_fsck_msg(long msgnum, void *userdata) {
 void do_fsck_room(struct ctdlroom *qrbuf, void *data)
 {
        getroom(&CC->room, qrbuf->QRname);
-       CtdlForEachMessage(MSGS_ALL, 0L, NULL, NULL, do_fsck_msg, NULL);
+       CtdlForEachMessage(MSGS_ALL, 0L, NULL, NULL, NULL, do_fsck_msg, NULL);
 }
 
 /*