From 04943ca4691eda80fbc3f83be8f8410979b50fb7 Mon Sep 17 00:00:00 2001 From: Badlop Date: Thu, 10 Jun 2010 12:17:31 +0200 Subject: [PATCH] Fix bug creating anonymous mnesia table --- src/ejabberd_auth_anonymous.erl | 1 - 1 file changed, 1 deletion(-) diff --git a/src/ejabberd_auth_anonymous.erl b/src/ejabberd_auth_anonymous.erl index 296613593..4a3f4413d 100644 --- a/src/ejabberd_auth_anonymous.erl +++ b/src/ejabberd_auth_anonymous.erl @@ -69,7 +69,6 @@ start(Host) when is_list(Host) -> %% TODO: Check cluster mode update_tables(), mnesia:create_table(anonymous, [{ram_copies, [node()]}, - {type, bag}, {type, bag}, {local_content, true}, {attributes, record_info(fields, anonymous)}]), mnesia:add_table_copy(anonymous, node(), ram_copies),