X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fusers.cpp;h=07caefed39be0899a4d662061aa6fd6f2d9b9cc5;hb=fc65994fbbedc32f3659e29316812f0e6cc2bfa7;hp=6f5c9627956d62c8e10c32e567085476642b1430;hpb=4ffd644a14fa40b758f8937b06844861009bfec1;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/src/users.cpp b/src/users.cpp index 6f5c96279..07caefed3 100644 --- a/src/users.cpp +++ b/src/users.cpp @@ -63,7 +63,7 @@ template inline string ConvToStr(const T &in) userrec::userrec() { // the PROPER way to do it, AVOID bzero at *ALL* costs - *nick = *ident = *host = *dhost = *fullname = *modes = *awaymsg = *oper = *ip = 0 + *nick = *ident = *host = *dhost = *fullname = *modes = *awaymsg = *oper = *ip = 0; server = (char*)FindServerNamePtr(Config->ServerName); reset_due = TIME; lines_in = fd = lastping = signon = idle_lastmsg = nping = registered = 0;