aboutsummaryrefslogtreecommitdiff
path: root/src/extauth.erl
diff options
context:
space:
mode:
Diffstat (limited to 'src/extauth.erl')
-rw-r--r--src/extauth.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/extauth.erl b/src/extauth.erl
index 23a409ce5..e57ac0b8d 100644
--- a/src/extauth.erl
+++ b/src/extauth.erl
@@ -106,7 +106,7 @@ random_instance(MaxNum) ->
random:uniform(MaxNum) - 1.
get_instances(Server) ->
- ejabberd_config:get_local_option(
+ ejabberd_config:get_option(
{extauth_instances, Server},
fun(V) when is_integer(V), V > 0 ->
V