* Began implenmenting OpenID table import/export
[citadel.git] / citadel / control.c
index 8da8192fa07ae82089d9a7d6ec8c65783d29f69e..74070e4aaaab4d7075e45cf2f9104ecfdee42d69 100644 (file)
@@ -155,8 +155,8 @@ void get_control(void)
                        fchown(fileno(control_fp), config.c_ctdluid, -1);
                        memset(&CitControl, 0, sizeof(struct CitControl));
                        // Find highest room number and message number.
-                       ForEachRoom(control_find_highest, NULL);
-                       ForEachUser(control_find_user, NULL);
+                       // ForEachRoom(control_find_highest, NULL);
+                       // ForEachUser(control_find_user, NULL);
                        fwrite(&CitControl, sizeof(struct CitControl),
                               1, control_fp);
                        rewind(control_fp);