X-Git-Url: https://git.distorted.org.uk/~mdw/disorder/blobdiff_plain/37f29ce96baac1d999dab119d671bb7dff6793e8..2ab07259ee10fb32cb96b7df27327ff73f77bdf9:/server/disorderd.c diff --git a/server/disorderd.c b/server/disorderd.c index 31b70a4..ab88190 100644 --- a/server/disorderd.c +++ b/server/disorderd.c @@ -207,7 +207,7 @@ int main(int argc, char **argv) { } info("process ID %lu", (unsigned long)getpid()); fix_path(); - srand(time(0)); /* don't start the same every time */ + srand(xtime(0)); /* don't start the same every time */ /* gcrypt initialization */ if(!gcry_check_version(NULL)) disorder_fatal(0, "gcry_check_version failed");