1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-06-29 20:26:38 +02:00

Made aClient->passwd dynamically allocated

This commit is contained in:
codemastr
2000-09-01 20:52:00 +00:00
parent ecdce7061b
commit 7cbbef2e36
4 changed files with 18 additions and 8 deletions
+1 -1
View File
@@ -866,7 +866,7 @@ struct Client {
** and after which the connection was
** accepted.
*/
char passwd[PASSWDLEN + 1];
char *passwd;
#ifdef DEBUGMODE
TS cputime;
#endif