X-Git-Url: https://git.librecmc.org/?p=oweals%2Ftinc.git;a=blobdiff_plain;f=src%2Fnet.c;h=0cdc72cc5ad8f150ad6520f20ef06d1847850098;hp=ca9db7cfacc37b9939e9d08ada67af8d9de862d6;hb=43fa7283ac01f2ecc95381b519ef6b3342546f35;hpb=503c32eb0ef9d6329e931559082f4ddf6d487dc6 diff --git a/src/net.c b/src/net.c index ca9db7c..0cdc72c 100644 --- a/src/net.c +++ b/src/net.c @@ -1,7 +1,7 @@ /* net.c -- most of the network code Copyright (C) 1998-2005 Ivo Timmermans, - 2000-2007 Guus Sliepen + 2000-2009 Guus Sliepen This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -366,6 +366,7 @@ int main_loop(void) last_graph_dump = now; srand(now); + srand48(now); running = true;