aboutsummaryrefslogtreecommitdiffstats
path: root/core/hostmanager.lua
diff options
context:
space:
mode:
Diffstat (limited to 'core/hostmanager.lua')
-rw-r--r--core/hostmanager.lua1
1 files changed, 1 insertions, 0 deletions
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)