From ffd4e65d7892706d70d84dafb4bc9c3842caa2dc Mon Sep 17 00:00:00 2001 From: w00t Date: Sun, 26 Aug 2007 23:50:10 +0000 Subject: And zero UUID in constructor. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7847 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/users.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/users.cpp') diff --git a/src/users.cpp b/src/users.cpp index ccf506697..1dbdb5b40 100644 --- a/src/users.cpp +++ b/src/users.cpp @@ -325,8 +325,7 @@ void userrec::DecrementModes() userrec::userrec(InspIRCd* Instance) : ServerInstance(Instance) { - // the PROPER way to do it, AVOID bzero at *ALL* costs - *password = *nick = *ident = *host = *dhost = *fullname = *awaymsg = *oper = 0; + *password = *nick = *ident = *host = *dhost = *fullname = *awaymsg = *oper = *uuid = 0; server = (char*)Instance->FindServerNamePtr(Instance->Config->ServerName); reset_due = ServerInstance->Time(); age = ServerInstance->Time(true); -- cgit v1.2.3