Software /
code /
prosody
Diff
core/hostmanager.lua @ 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 |
parent | 4731:84596fc32b31 |
child | 4748:1099ff8d9f76 |
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