From 5471a3d5f74570dd0af0eeb73ab21aa7818998a9 Mon Sep 17 00:00:00 2001 From: brain Date: Sun, 21 Oct 2007 12:56:44 +0000 Subject: Dont forget to initialize the new value git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8248 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/users.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/users.cpp b/src/users.cpp index f2eb5ba8f..f978fc441 100644 --- a/src/users.cpp +++ b/src/users.cpp @@ -177,7 +177,7 @@ User::User(InspIRCd* Instance, const std::string &uid) : ServerInstance(Instance age = ServerInstance->Time(true); lines_in = lastping = signon = idle_lastmsg = nping = registered = 0; ChannelCount = timeout = flood = bytes_in = bytes_out = cmds_in = cmds_out = 0; - UnderPenalty = muted = exempt = haspassed = dns_done = false; + ExemptFromPenalty = UnderPenalty = muted = exempt = haspassed = dns_done = false; fd = -1; recvq.clear(); sendq.clear(); -- cgit v1.2.3