# HG changeset patch # User Goffi # Date 1507742069 -7200 # Node ID 9e40fc16f4df7c3cac4d0d74d04e6a2260837b07 # Parent 1167e48e5f522bd2391a7c97dd3eee9b4f36f526 fixed bad inlineCallbacks in checkNodeAffiliations diff -r 1167e48e5f52 -r 9e40fc16f4df sat_pubsub/backend.py --- a/sat_pubsub/backend.py Fri Sep 08 08:02:05 2017 +0200 +++ b/sat_pubsub/backend.py Wed Oct 11 19:14:29 2017 +0200 @@ -823,7 +823,6 @@ # requestor is in roster but not in one of the allowed groups raise error.Forbidden() - @defer.inlineCallbacks def checkNodeAffiliations(self, node, requestor): """check if requestor is in white list of a node