Remember the last version of Berkeley DB that touched the
[citadel.git] / citadel / server_main.c
index be547e12ee85a36a7152f5004cc816c624368725..cfb7ce64f0a4bbde9b7fc92c2bf6e9d15bf1d033 100644 (file)
@@ -215,6 +215,7 @@ int main(int argc, char **argv)
        get_config();
        config.c_ipgm_secret = rand();
 
+       /* get_control() MUST MUST MUST be called BEFORE the databases are opened!! */
        CtdlLogPrintf(CTDL_INFO, "Acquiring control record\n");
        get_control();