diff --git a/src/server/main.c b/src/server/main.c index 6f4fa2ee..773e7161 100644 --- a/src/server/main.c +++ b/src/server/main.c @@ -254,7 +254,7 @@ main(int argc, char **argv) void init_server(void) { - srand(time(NULL)); + srandom(time(NULL)); #if defined(_WIN32) loc_NTInit(); #endif