24
1
mirror of https://github.com/processone/ejabberd.git synced 2024-06-18 22:15:20 +02:00

Fix a typo

This commit is contained in:
Alexey Shchepin 2016-06-02 18:22:50 +03:00
parent d201f013b2
commit 9ef52b8c64

View File

@ -68,7 +68,7 @@ init_config(Config) ->
{resource, <<"resource!@#$%^&*()'\"`~<>+-/;:_=[]{}|\\">>},
{master_resource, <<"master_resource!@#$%^&*()'\"`~<>+-/;:_=[]{}|\\">>},
{slave_resource, <<"slave_resource!@#$%^&*()'\"`~<>+-/;:_=[]{}|\\">>},
{password, <<"password!@#$%^&*()'\"`~<>+-/;:_=[]{}|\\">>}
{password, <<"password!@#$%^&*()'\"`~<>+-/;:_=[]{}|\\">>},
{backends, get_config_backends()}
|Config].