mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-20 16:15:59 +01:00
Revert "Fix 'nodetree' configuration lookups for PEP"
This reverts commit 7ef8dfb4e0
.
The config/3 function copes with the PEP case.
This commit is contained in:
parent
7ef8dfb4e0
commit
df92d96d4f
@ -3432,7 +3432,7 @@ serverhost(Host) ->
|
||||
|
||||
-spec tree(host()) -> atom().
|
||||
tree(Host) ->
|
||||
case config(serverhost(Host), nodetree) of
|
||||
case config(Host, nodetree) of
|
||||
undefined -> tree(Host, ?STDTREE);
|
||||
Tree -> Tree
|
||||
end.
|
||||
|
Loading…
Reference in New Issue
Block a user