From cd5d3720906551c962e82d2a741aba2c3507b9ca Mon Sep 17 00:00:00 2001 From: Waqas Hussain Date: Thu, 9 Dec 2010 21:12:39 +0500 Subject: hostmanager: deactivate() now returns true on success. --- core/hostmanager.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'core') diff --git a/core/hostmanager.lua b/core/hostmanager.lua index fddf1769..9a70a272 100644 --- a/core/hostmanager.lua +++ b/core/hostmanager.lua @@ -130,6 +130,7 @@ function deactivate(host, reason) end prosody_events.fire_event("host-deactivated", host); log("info", "Deactivated host: %s", host); + return true; end function get_children(host) -- cgit v1.2.3