]> granicus.if.org Git - ejabberd/commitdiff
Revert "Fix 'nodetree' configuration lookups for PEP"
authorHolger Weiss <holger@zedat.fu-berlin.de>
Sun, 25 Dec 2016 00:24:40 +0000 (01:24 +0100)
committerHolger Weiss <holger@zedat.fu-berlin.de>
Sun, 25 Dec 2016 00:24:40 +0000 (01:24 +0100)
This reverts commit 7ef8dfb4e0d61f34ce07e7b65edcbe0cb164d2f5.

The config/3 function copes with the PEP case.

src/mod_pubsub.erl

index 57e79529023b18ceb3fbe99dfaceae9c74e56687..717796fecef0cbd12b8d30bee391698643444fea 100644 (file)
@@ -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.