Diff

core/hostmanager.lua @ 3838:3f95997bb2ff

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