mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-11 11:39:02 -04:00
Tidyups
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8581 e03df62e-2008-0410-955e-edbf42e46eb7
This commit is contained in:
parent
06f15a7fd0
commit
ed94fb6c55
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user