prosody

changeset 3985
277b5bf9a200
parent 3930
46d9cf613bb1
--- a/prosody	Tue Dec 28 09:58:40 2010 +0500
+++ b/prosody	Tue Dec 28 09:59:27 2010 +0500
@@ -334,12 +334,6 @@
 function init_data_store()
 	local data_path = config.get("*", "core", "data_path") or CFG_DATADIR or "data";
 	require "util.datamanager".set_data_path(data_path);
-	require "util.datamanager".add_callback(function(username, host, datastore, data)
-		if config.get(host, "core", "anonymous_login") then
-			return false;
-		end
-		return username, host, datastore, data;
-	end);
 	require "core.storagemanager";
 end
 

mercurial