mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-28 16:34:13 +01:00
Fix 'nodetree' configuration lookups for PEP
This commit is contained in:
parent
b30b70db70
commit
7ef8dfb4e0
@ -3432,7 +3432,7 @@ serverhost(Host) ->
|
|||||||
|
|
||||||
-spec tree(host()) -> atom().
|
-spec tree(host()) -> atom().
|
||||||
tree(Host) ->
|
tree(Host) ->
|
||||||
case config(Host, nodetree) of
|
case config(serverhost(Host), nodetree) of
|
||||||
undefined -> tree(Host, ?STDTREE);
|
undefined -> tree(Host, ?STDTREE);
|
||||||
Tree -> Tree
|
Tree -> Tree
|
||||||
end.
|
end.
|
||||||
|
Loading…
Reference in New Issue
Block a user