1
0
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:
codemastr
2000-11-05 20:29:54 +00:00
parent 41e02c72a0
commit f97882d2bb
2 changed files with 3 additions and 0 deletions
+2
View File
@@ -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;