Changeset

3716:ebb2c6209e24

hostmanager: deactivate() now returns true on success.
author Waqas Hussain <waqas20@gmail.com>
date Thu, 09 Dec 2010 21:12:39 +0500
parents 3715:d7574530572c
children 3717:135128fdf565
files core/hostmanager.lua
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/core/hostmanager.lua	Thu Dec 09 21:11:12 2010 +0500
+++ b/core/hostmanager.lua	Thu Dec 09 21:12:39 2010 +0500
@@ -130,6 +130,7 @@
 	end
 	prosody_events.fire_event("host-deactivated", host);
 	log("info", "Deactivated host: %s", host);
+	return true;
 end
 
 function get_children(host)