Changeset

3838:3f95997bb2ff

hostmanager: deactivate() now returns true on success.
author Waqas Hussain <waqas20@gmail.com>
date Thu, 09 Dec 2010 21:12:39 +0500
parents 3837:76a7ff5cce30
children 3839:f408d586de9a
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)