From 54a8f8c07a676cb6814f514510a8f6368f243db5 Mon Sep 17 00:00:00 2001 From: Waqas Hussain Date: Sun, 18 Oct 2009 03:07:25 +0500 Subject: componentmanager: Unload mod_tls for components before removing them. --- core/componentmanager.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'core') diff --git a/core/componentmanager.lua b/core/componentmanager.lua index c9e8a4b7..c6d1af9e 100644 --- a/core/componentmanager.lua +++ b/core/componentmanager.lua @@ -114,6 +114,7 @@ end function deregister_component(host) if components[host] then + modulemanager.unload(host, "tls"); modulemanager.unload(host, "dialback"); hosts[host].connected = nil; local host_config = configmanager.getconfig()[host]; -- cgit v1.2.3