diff options
| author | 2009-10-08 23:29:21 +0000 | |
|---|---|---|
| committer | 2009-10-08 23:29:21 +0000 | |
| commit | 7e843c22e16c81054bad18073d24fe1a07026431 (patch) | |
| tree | 44ca0213c7d7a80270b993fec1fbed275ec56424 /src/users.cpp | |
| parent | Make mssql module compile, untested for now. (diff) | |
| download | inspircd++-7e843c22e16c81054bad18073d24fe1a07026431.tar.gz inspircd++-7e843c22e16c81054bad18073d24fe1a07026431.tar.bz2 inspircd++-7e843c22e16c81054bad18073d24fe1a07026431.zip | |
Update Event and Request APIs
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11808 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/users.cpp')
| -rw-r--r-- | src/users.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/users.cpp b/src/users.cpp index 889e5acdc..647619ae8 100644 --- a/src/users.cpp +++ b/src/users.cpp @@ -20,8 +20,7 @@ #include "bancache.h" #include "commands/cmd_whowas.h" -/* XXX: Used for speeding up WriteCommon operations */ -unsigned long uniq_id = 1; +static unsigned long uniq_id = 1; static unsigned long* already_sent = NULL; |
