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:
+1
-2
@@ -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...";
|
||||
|
||||
Reference in New Issue
Block a user