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:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user