diff options
| author | 2006-02-26 11:48:09 +0000 | |
|---|---|---|
| committer | 2006-02-26 11:48:09 +0000 | |
| commit | e2e581f0d3d5d844dc4b5210f566e5a5571a0570 (patch) | |
| tree | 7e20006a6f4795a1fdf5e853dbe7a0941f917b32 /src/modules/m_testcommand.cpp | |
| parent | Fix for segfault if name of file left off commandline (diff) | |
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
Diffstat (limited to 'src/modules/m_testcommand.cpp')
| -rw-r--r-- | src/modules/m_testcommand.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_testcommand.cpp b/src/modules/m_testcommand.cpp index 205e285cf..ccb5bde6d 100644 --- a/src/modules/m_testcommand.cpp +++ b/src/modules/m_testcommand.cpp @@ -23,7 +23,7 @@ using namespace std; /* $ModDesc: Povides a proof-of-concept test /WOOT command */ -Server *Srv; +static Server *Srv; class cmd_woot : public command_t { |
