Software /
code /
prosody
Diff
core/componentmanager.lua @ 703:f9909efed20c
componentmanager: Removed unneeded parameter from componentmanager.deregister_component
author | Waqas Hussain <waqas20@gmail.com> |
---|---|
date | Tue, 13 Jan 2009 19:17:25 +0500 |
parent | 673:c9bc58e84e96 |
child | 751:7c22619fdb19 |
line wrap: on
line diff
--- a/core/componentmanager.lua Sat Jan 10 20:14:47 2009 +0500 +++ b/core/componentmanager.lua Tue Jan 13 19:17:25 2009 +0500 @@ -58,7 +58,7 @@ end end -function deregister_component(host, component) +function deregister_component(host) if components[host] then module_unload(host, "dialback"); components[host] = nil;