seed random not even every 300 seconds, but on startup also

This commit is contained in:
Valery V Yatsko 2008-08-16 22:30:28 +04:00
parent 2b454b76dc
commit 2a64312fdc
1 changed files with 2 additions and 0 deletions

View File

@ -637,6 +637,8 @@ main(int argc, char *argv[])
} else
rb_init_prng(NULL, RB_PRNG_DEFAULT);
seed_random(NULL);
init_main_logfile();
newconf_init();
init_s_conf();