From 052dde3aead635863aaefbdafeae5daa6d8eecf8 Mon Sep 17 00:00:00 2001 From: brain Date: Mon, 5 Apr 2004 11:00:20 +0000 Subject: Fix for bug ID #5 (PING, PONG And other matters) git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@386 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/users.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/users.cpp') 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,""); -- cgit v1.2.3