An auth external module requires ext_mod to be started first (#578)

This commit is contained in:
Badlop 2015-05-27 13:10:15 +02:00
parent b83c07251c
commit d0443bb714
1 changed files with 1 additions and 1 deletions

View File

@ -59,13 +59,13 @@ start(normal, _Args) ->
ejabberd_rdbms:start(),
ejabberd_riak_sup:start(),
ejabberd_sm:start(),
ejabberd_auth:start(),
cyrsasl:start(),
% Profiling
%ejabberd_debug:eprof_start(),
%ejabberd_debug:fprof_start(),
maybe_add_nameservers(),
ext_mod:start(),
ejabberd_auth:start(),
start_modules(),
ejabberd_listener:start_listeners(),
?INFO_MSG("ejabberd ~s is started in the node ~p", [?VERSION, node()]),