24
1
mirror of https://github.com/processone/ejabberd.git synced 2024-06-02 21:17:12 +02:00

Webadmin with extauth requires internal to run at least once (issue #201)

This commit is contained in:
Badlop 2014-05-07 17:13:51 +02:00
parent c511194c2e
commit 79a49b1175

View File

@ -54,10 +54,8 @@ start(Host) ->
end,
"extauth"),
extauth:start(Host, Cmd),
case check_cache_last_options(Host) of
cache -> ok = ejabberd_auth_internal:start(Host);
no_cache -> ok
end.
check_cache_last_options(Host),
ejabberd_auth_internal:start(Host).
check_cache_last_options(Server) ->
case get_cache_option(Server) of