diff options
Diffstat (limited to 'src/ejabberd_config.erl')
-rw-r--r-- | src/ejabberd_config.erl | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/ejabberd_config.erl b/src/ejabberd_config.erl index 4b9e20f7a..bbef755a9 100644 --- a/src/ejabberd_config.erl +++ b/src/ejabberd_config.erl @@ -116,8 +116,7 @@ mnesia_init() -> ejabberd_mnesia:create(?MODULE, local_config, [{ram_copies, [node()]}, {local_content, true}, - {attributes, record_info(fields, local_config)}]), - mnesia:add_table_copy(local_config, node(), ram_copies). + {attributes, record_info(fields, local_config)}]). %% @doc Get the filename of the ejabberd configuration file. %% The filename can be specified with: erl -config "/path/to/ejabberd.yml". |