1
0
mirror of https://github.com/anope/anope.git synced 2026-06-27 10:06:38 +02:00

Removed our RNG and just use the systems, it's not very widely used. Also made DNS query ids not random as they don't need to be.

This commit is contained in:
Adam
2012-02-13 00:10:45 -05:00
parent 1bc8e2ab82
commit 086790d633
14 changed files with 17 additions and 191 deletions
+1 -2
View File
@@ -459,8 +459,7 @@ void Init(int ac, char **av)
InitLanguages();
/* Initialize random number generator */
rand_init();
add_entropy_userkeys();
srand(time(NULL));
/* load modules */
Log() << "Loading modules...";