From: Badlop Date: Mon, 19 Sep 2016 09:59:40 +0000 (+0200) Subject: Don't worry about storage_type of the Acl mnesia table (#1206) X-Git-Tag: 16.12~39 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ed62d705d8ac17de2b096eaaaa347891582bbe3b;p=ejabberd Don't worry about storage_type of the Acl mnesia table (#1206) --- diff --git a/src/acl.erl b/src/acl.erl index 14439ce7a..349198182 100644 --- a/src/acl.erl +++ b/src/acl.erl @@ -75,12 +75,6 @@ -export_type([acl/0]). start() -> - case catch mnesia:table_info(acl, storage_type) of - disc_copies -> - mnesia:delete_table(acl); - _ -> - ok - end, mnesia:create_table(acl, [{ram_copies, [node()]}, {type, bag}, {local_content, true},