]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_setident.cpp
Improved strhashcomp with no allocations
[user/henk/code/inspircd.git] / src / modules / m_setident.cpp
index 3af511419233a47a8396823426bc7a2c594685f7..4ec8e0fdb14c0596924940f68b98f8e9e4c82d9a 100644 (file)
@@ -4,7 +4,7 @@
 
 /* $ModDesc: Provides support for the SETIDENT command */
 
-Server *Srv;
+static Server *Srv;
 
 class cmd_setident : public command_t
 {