mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-07-07 14:23:12 +02:00
Added a patch by Syzop to increase randomness of the random numbers
This commit is contained in:
@@ -125,9 +125,6 @@ int m_mkpasswd(aClient *cptr, aClient *sptr, int parc, char *parv[])
|
||||
me.name, IsWebTV(sptr) ? "PRIVMSG" : "NOTICE", parv[0]);
|
||||
return 0;
|
||||
}
|
||||
#ifndef _WIN32
|
||||
srandom(TStime());
|
||||
#endif
|
||||
if ((type = Auth_FindType(parv[1])) == -1)
|
||||
{
|
||||
sendto_one(sptr,
|
||||
|
||||
Reference in New Issue
Block a user