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 857e2f1d6..3211a029f 100644
--- a/src/users.cpp
+++ b/src/users.cpp
@@ -13,6 +13,7 @@ userrec::userrec()
// the PROPER way to do it, AVOID bzero at *ALL* costs
strcpy(nick,"");
ip = 0;
+ timeout = 0;
strcpy(ident,"");
strcpy(host,"");
strcpy(dhost,"");