24
1
mirror of https://github.com/processone/ejabberd.git synced 2024-06-16 22:05:29 +02:00

fixes typo for table copy

This commit is contained in:
Evgeniy Khramtsov 2010-08-10 19:42:22 +10:00
parent 972440c2ca
commit f8dd973373

View File

@ -54,7 +54,7 @@ start_link(Host) ->
{type, bag},
{local_content, true},
{attributes, record_info(fields, sql_pool)}]),
mnesia:add_table_copy(local_config, node(), ram_copies),
mnesia:add_table_copy(sql_pool, node(), ram_copies),
F = fun() ->
mnesia:delete({sql_pool, Host})
end,