mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-07-05 13:33:12 +02:00
fixed some bugs
This commit is contained in:
@@ -188,6 +188,8 @@ anUser *make_user(cptr)
|
||||
user->invited = NULL;
|
||||
user->silence = NULL;
|
||||
user->server = NULL;
|
||||
user->lopt = NULL;
|
||||
user->whowas = NULL;
|
||||
user->virthost = MyMalloc(5);
|
||||
*user->virthost = '\0';
|
||||
cptr->user = user;
|
||||
|
||||
Reference in New Issue
Block a user