diff options
| author | 2005-12-14 18:59:15 +0000 | |
|---|---|---|
| committer | 2005-12-14 18:59:15 +0000 | |
| commit | 5d5a633184b3cdcce2b95db5f988ba9f10135799 (patch) | |
| tree | 42f8f1efba7d487f3573506a4f0159e32227b171 /src/modules.cpp | |
| parent | Forgot to initialize a var (diff) | |
Grrrrrr
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2448 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/modules.cpp')
| -rw-r--r-- | src/modules.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/modules.cpp b/src/modules.cpp index 668c7ec1b..881be766b 100644 --- a/src/modules.cpp +++ b/src/modules.cpp @@ -56,6 +56,7 @@ extern InspIRCd* ServerInstance; extern int MODCOUNT; extern std::vector<Module*> modules; extern std::vector<ircd_module*> factory; +std::vector<InspSocket*> module_sockets; extern time_t TIME; class Server; |
