seed random not even every 300 seconds, but on startup also
This commit is contained in:
parent
37cd159e94
commit
e1db84d87d
1 changed files with 2 additions and 0 deletions
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue