]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/users.cpp
Fix for bug ID #5 (PING, PONG And other matters)
[user/henk/code/inspircd.git] / src / users.cpp
index 857e2f1d61db42e14eb23d300a9562c276e8db29..3211a029f6c2c8c3919a6841b38cdaa8f930f909 100644 (file)
@@ -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,"");