git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8581 e03df62e-2008-0410-955e-edbf42e46eb7
This commit is contained in:
brain 2007-11-11 20:26:36 +00:00
parent 06f15a7fd0
commit ed94fb6c55

View File

@ -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;