Software /
code /
prosody
Changeset
4116:7ffc6828a6d6
Merge 0.8->trunk
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Tue, 11 Jan 2011 06:18:51 +0000 |
parents | 4114:103da0201867 (current diff) 4115:801725a32c96 (diff) |
children | 4118:339b909c15a0 |
files | |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/core/storagemanager.lua Tue Jan 11 05:31:29 2011 +0000 +++ b/core/storagemanager.lua Tue Jan 11 06:18:51 2011 +0000 @@ -45,7 +45,7 @@ end prosody.events.add_handler("host-activated", initialize_host, 101); -local function load_driver(host, driver_name) +function load_driver(host, driver_name) if driver_name == "null" then return null_storage_provider; end