X-Git-Url: https://code.citadel.org/?p=citadel.git;a=blobdiff_plain;f=citadel%2Fcitserver.c;h=96eb783fde58126ba9f85dc1fefdfa0fa86b1529;hp=782f6a99b0c4acf112ef448c0afe25d2400f65d7;hb=f1e560dd30dbb9b28495d70d3880e509ba54ba73;hpb=dbebe0b18421f635c0cded24c7194be47b03bc9d diff --git a/citadel/citserver.c b/citadel/citserver.c index 782f6a99b..96eb783fd 100644 --- a/citadel/citserver.c +++ b/citadel/citserver.c @@ -169,6 +169,7 @@ void master_startup(void) { syslog(LOG_DEBUG, "master_startup() started\n"); time(&server_startup_time); + get_config(); syslog(LOG_INFO, "Opening databases\n"); open_databases(); @@ -209,7 +210,6 @@ void master_startup(void) { srandom(seed); syslog(LOG_INFO, "Initializing ipgm secret\n"); - get_config(); config.c_ipgm_secret = rand(); put_config();