mirror of
https://github.com/anope/anope.git
synced 2026-06-28 20:16:38 +02:00
Bug #1389 - readd RNG seed in the config and start DNS query ids off on a random number
This commit is contained in:
+1
-1
@@ -472,7 +472,7 @@ void Init(int ac, char **av)
|
||||
InitLanguages();
|
||||
|
||||
/* Initialize random number generator */
|
||||
srand(time(NULL));
|
||||
srand(Config->Seed);
|
||||
|
||||
/* load modules */
|
||||
Log() << "Loading modules...";
|
||||
|
||||
Reference in New Issue
Block a user