diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-01-30 23:38:06 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-01-30 23:38:06 +0000 |
commit | 3f66ffb01489d45acf120a5831f09fc8083a4a5e (patch) | |
tree | 16121268fd5a24dfe0026ff4e3871d149472262b /src | |
parent | 0b4dd1b4b804e734ff11c5ea580413af1305bd77 (diff) |
Test for Craig
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2994 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src')
-rw-r--r-- | src/modules/m_vhost.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/m_vhost.cpp b/src/modules/m_vhost.cpp index 6809f9a3a..df2ff747e 100644 --- a/src/modules/m_vhost.cpp +++ b/src/modules/m_vhost.cpp @@ -23,8 +23,8 @@ using namespace std; /* $ModDesc: Provides masking of user hostnames via traditional /VHOST command */ -ConfigReader *Conf; -Server* Srv; +static ConfigReader *Conf; +static Server* Srv; class cmd_vhost : public command_t { |