From f0ea8af0774e647581c8a3357bc66b29fcee3d06 Mon Sep 17 00:00:00 2001 From: Waqas Hussain Date: Sun, 18 Oct 2009 03:08:41 +0500 Subject: componentmanager: Added a FIXME comment. --- core/componentmanager.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core') diff --git a/core/componentmanager.lua b/core/componentmanager.lua index c6d1af9e..833b1fc0 100644 --- a/core/componentmanager.lua +++ b/core/componentmanager.lua @@ -123,7 +123,7 @@ function deregister_component(host) components[host] = default_component_handler; else -- Component not in config, or disabled, remove - hosts[host] = nil; + hosts[host] = nil; -- FIXME do proper unload of all modules and other cleanup before removing components[host] = nil; end -- remove from disco_items -- cgit v1.2.3