1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-07-06 15:13:12 +02:00

Fix for Windows build (old srandom call).

This commit is contained in:
Bram Matthys
2022-01-03 17:05:50 +01:00
parent 34fda671f8
commit 4d2cefdbed
-1
View File
@@ -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)
{