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:
+1
-1
@@ -866,7 +866,7 @@ struct Client {
|
||||
** and after which the connection was
|
||||
** accepted.
|
||||
*/
|
||||
char passwd[PASSWDLEN + 1];
|
||||
char *passwd;
|
||||
#ifdef DEBUGMODE
|
||||
TS cputime;
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user