Changeset

4732:29ff25c8bf56

hostmanager: Remove unused host_config parameter from host-activated event
author Matthew Wild <mwild1@gmail.com>
date Fri, 27 Apr 2012 22:33:38 +0100
parents 4731:84596fc32b31
children 4733:791388f90156
files core/hostmanager.lua
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/core/hostmanager.lua	Fri Apr 27 22:32:04 2012 +0100
+++ b/core/hostmanager.lua	Fri Apr 27 22:33:38 2012 +0100
@@ -94,7 +94,7 @@
 	end
 	
 	log((hosts_loaded_once and "info") or "debug", "Activated host: %s", host);
-	prosody_events.fire_event("host-activated", host, host_config);
+	prosody_events.fire_event("host-activated", host);
 	return true;
 end