prosody: Enable storage manager.
authorWaqas Hussain <waqas20@gmail.com>
Sat, 31 Jul 2010 08:29:58 +0000 (13:29 +0500)
committerWaqas Hussain <waqas20@gmail.com>
Sat, 31 Jul 2010 08:29:58 +0000 (13:29 +0500)
prosody

diff --git a/prosody b/prosody
index 3be2e53aa000c2d0789d382b2626f25ce5e7f704..65fb16321e906aea4b95903fd6ac8b234d2e8328 100755 (executable)
--- 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()