From e2e581f0d3d5d844dc4b5210f566e5a5571a0570 Mon Sep 17 00:00:00 2001 From: brain Date: Sun, 26 Feb 2006 11:48:09 +0000 Subject: Server* Srv marked static or moved to private member of module class in all modules, paves way for removal of static-build-munging-regexp that breaks +eI git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3330 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/modules/m_opermd5.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/modules/m_opermd5.cpp') diff --git a/src/modules/m_opermd5.cpp b/src/modules/m_opermd5.cpp index da26d37cc..9dd2960ff 100644 --- a/src/modules/m_opermd5.cpp +++ b/src/modules/m_opermd5.cpp @@ -44,8 +44,6 @@ struct MD5Context { word32 in[16]; }; -Server *Srv; - void MD5Init(struct MD5Context *context); void MD5Update(struct MD5Context *context, byte const *buf, int len); void MD5Final(byte digest[16], struct MD5Context *context); @@ -279,6 +277,7 @@ class cmd_mkpasswd : public command_t class ModuleOperMD5 : public Module { + Server* Srv; cmd_mkpasswd* mycommand; public: -- cgit v1.2.3