diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-12-12 00:03:53 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-12-12 00:03:53 +0000 |
commit | d92a8cde88d6d119fa10ca52cf7f802a60323931 (patch) | |
tree | 2443562ac3a44624d0842e839f15d2f96c24baa2 /src | |
parent | 33530c338c1daaed0a48f8e3c9ccb21ec9ced49c (diff) |
Whoops, forgot to unpublish the interface!
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5957 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src')
-rw-r--r-- | src/modules/extra/m_ziplink.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/modules/extra/m_ziplink.cpp b/src/modules/extra/m_ziplink.cpp index 756cf5223..479eaa12e 100644 --- a/src/modules/extra/m_ziplink.cpp +++ b/src/modules/extra/m_ziplink.cpp @@ -169,6 +169,7 @@ class ModuleZLib : public Module virtual ~ModuleZLib() { + ServerInstance->UnpublishInterface("InspSocketHook", this); } virtual Version GetVersion() |