1
0
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:
codemastr
2003-01-05 01:26:28 +00:00
parent 909c5843cb
commit b455704e7f
10 changed files with 203 additions and 22 deletions
-3
View File
@@ -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,