diff -r ed4cd15bf4dd -r bbaba17537a9 core/componentmanager.lua --- a/core/componentmanager.lua Sun Oct 18 03:07:25 2009 +0500 +++ b/core/componentmanager.lua Sun Oct 18 03:08:41 2009 +0500 @@ -123,7 +123,7 @@ 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