Mercurial > libervia-pubsub
diff sat_pubsub/backend.py @ 358:9e40fc16f4df
fixed bad inlineCallbacks in checkNodeAffiliations
author | Goffi <goffi@goffi.org> |
---|---|
date | Wed, 11 Oct 2017 19:14:29 +0200 |
parents | 1167e48e5f52 |
children | a98b3d52c2ff |
line wrap: on
line diff
--- 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