diff --git a/src/unrealircdctl.c b/src/unrealircdctl.c index 948f4acc0..6e12f50ca 100644 --- a/src/unrealircdctl.c +++ b/src/unrealircdctl.c @@ -77,7 +77,6 @@ void unrealircdctl_mkpasswd(int argc, char *argv[]) const char *result; char *p = argv[2]; - srandom(TStime()); type = Auth_FindType(NULL, p); if (type == -1) {