summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/users.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/users.c b/src/users.c
index bc66da4a2..6d8a6779c 100644
--- a/src/users.c
+++ b/src/users.c
@@ -19,8 +19,8 @@ User *userlist[1024];
#define HASH2(nick) (((nick)[0]&31)<<5 | ((nick)[1]&31))
-int32 usercnt = 0, opcnt = 0;
-uint32 maxusercnt = 0;
+int32 opcnt = 0;
+uint32 usercnt = 0, maxusercnt = 0;
time_t maxusertime;
/*************************************************************************/