Updated the CtdlUserGoto() API call to also return the oldest and newest message...
[citadel.git] / citadel / euidindex.c
index 38968219bfc4b4cfadc2d438abadb07352a79feb..aa41d50dcc8c0149a16e810683a56e4ae3dbd9b0 100644 (file)
@@ -162,7 +162,7 @@ void rebuild_euid_index_for_room(struct ctdlroom *qrbuf, void *data) {
                                syslog(LOG_DEBUG,
                                        "Rebuilding EUID index for <%s>\n",
                                        rplist->name);
-                               CtdlUserGoto(rplist->name, 0, 0, NULL, NULL);
+                               CtdlUserGoto(rplist->name, 0, 0, NULL, NULL, NULL, NULL);
                                CtdlForEachMessage(MSGS_ALL, 0L, NULL, NULL, NULL,
                                        rebuild_euid_index_for_msg, NULL);
                        }