From 4d2cefdbed71e725c2e9f1d399cf3a244b04770a Mon Sep 17 00:00:00 2001 From: Bram Matthys Date: Mon, 3 Jan 2022 17:05:50 +0100 Subject: [PATCH] Fix for Windows build (old srandom call). --- src/unrealircdctl.c | 1 - 1 file changed, 1 deletion(-) 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) {