diff options
| author | 2007-11-11 20:26:36 +0000 | |
|---|---|---|
| committer | 2007-11-11 20:26:36 +0000 | |
| commit | ed94fb6c55eb67919babc51b31c9ef617aeb2157 (patch) | |
| tree | 2f3513484f2ede4995210711e26f4b92e6d84b38 /src/modules/m_remoteinclude.cpp | |
| parent | Ok, this works except for it wont resolve hosts before full startup. argh why?! (diff) | |
| download | inspircd++-ed94fb6c55eb67919babc51b31c9ef617aeb2157.tar.gz inspircd++-ed94fb6c55eb67919babc51b31c9ef617aeb2157.tar.bz2 inspircd++-ed94fb6c55eb67919babc51b31c9ef617aeb2157.zip | |
Tidyups
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8581 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/modules/m_remoteinclude.cpp')
| -rw-r--r-- | src/modules/m_remoteinclude.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/modules/m_remoteinclude.cpp b/src/modules/m_remoteinclude.cpp index 7bf01ff55..ca0d7af72 100644 --- a/src/modules/m_remoteinclude.cpp +++ b/src/modules/m_remoteinclude.cpp @@ -58,6 +58,11 @@ class ModuleRemoteInclude : public Module ServerInstance->Log(DEBUG, "Flag file complete without error"); ServerInstance->Config->Complete(resp->GetURL(), false); + + /* Erase from our association map, but dont delete the pointer. + * the core will want to access this pointer for the file data. + */ + assoc.erase(n); } return NULL; |
