summaryrefslogtreecommitdiff
path: root/src/users.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/users.cpp')
-rw-r--r--src/users.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/users.cpp b/src/users.cpp
index 9b97eff05..9f82a04d6 100644
--- a/src/users.cpp
+++ b/src/users.cpp
@@ -41,6 +41,7 @@ userrec::userrec()
fd = lastping = signon = idle_lastmsg = nping = registered = 0;
flood = port = bytes_in = bytes_out = cmds_in = cmds_out = 0;
haspassed = false;
+ dns_done = false;
strcpy(result,"");
for (int i = 0; i < MAXCHANS; i++)
{