Mercurial > libervia-pubsub
changeset 358:9e40fc16f4df
fixed bad inlineCallbacks in checkNodeAffiliations
author | Goffi <goffi@goffi.org> |
---|---|
date | Wed, 11 Oct 2017 19:14:29 +0200 |
parents | 1167e48e5f52 |
children | 1d93f94feee3 |
files | sat_pubsub/backend.py |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
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