1
0
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:
Adam
2012-03-13 17:45:07 -04:00
parent 053d6a2247
commit a26f4b9a9a
5 changed files with 23 additions and 2 deletions
+1 -1
View File
@@ -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...";