kopia lustrzana https://github.com/Yakifo/amqtt
plugins.topic_checking: Return False if superclass refuses.
If `BaseTopicPlugin` returns `False`, we should propagate that failed response in `TopicAccessControlListPlugin`.pull/69/head
rodzic
8daf173a75
commit
4e16c5de5a
|
@ -94,3 +94,5 @@ class TopicAccessControlListPlugin(BaseTopicPlugin):
|
|||
return False
|
||||
else:
|
||||
return False
|
||||
else:
|
||||
return False
|
||||
|
|
Ładowanie…
Reference in New Issue