Changeset

3413:7d34bcbf104c

prosody: Enable storage manager.
author Waqas Hussain <waqas20@gmail.com>
date Sat, 31 Jul 2010 13:29:58 +0500
parents 3412:7c66519f4973
children 3414:9a1f6239b63c
files prosody
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/prosody	Sat Jul 31 12:33:34 2010 +0500
+++ b/prosody	Sat Jul 31 13:29:58 2010 +0500
@@ -343,6 +343,7 @@
 		end
 		return username, host, datastore, data;
 	end);
+	require "core.storagemanager";
 end
 
 function prepare_to_start()