aboutsummaryrefslogtreecommitdiffstats
path: root/prosody
diff options
context:
space:
mode:
authorWaqas Hussain <waqas20@gmail.com>2010-07-31 13:29:58 +0500
committerWaqas Hussain <waqas20@gmail.com>2010-07-31 13:29:58 +0500
commit19c512c155665b9ae3b80cbc3e2615bf99400ca8 (patch)
tree3172834ade648f21b7a66472bcd1ee8e20ef8466 /prosody
parent972f651d1da4e3f5075b76c68b2272c89a3e7101 (diff)
downloadprosody-19c512c155665b9ae3b80cbc3e2615bf99400ca8.tar.gz
prosody-19c512c155665b9ae3b80cbc3e2615bf99400ca8.zip
prosody: Enable storage manager.
Diffstat (limited to 'prosody')
-rwxr-xr-xprosody1
1 files changed, 1 insertions, 0 deletions
diff --git a/prosody b/prosody
index 3be2e53a..65fb1632 100755
--- a/prosody
+++ b/prosody
@@ -343,6 +343,7 @@ function init_data_store()
end
return username, host, datastore, data;
end);
+ require "core.storagemanager";
end
function prepare_to_start()