Skip to content
Snippets Groups Projects
Commit 7055eec3 authored by Yann Leboulanger's avatar Yann Leboulanger
Browse files

fix typo

parent 44277d6c
No related branches found
No related tags found
No related merge requests found
......@@ -292,7 +292,7 @@ def _on_start_sasl(self, data=None):
def _on_auth_bind(self, data):
if data:
self.Dispatcher.ProcessNonBlocking(data)
if not hasattr(self, NonBlockingBind) or self.NonBlockingBind.bound is \
if not hasattr(self, 'NonBlockingBind') or self.NonBlockingBind.bound is \
None:
return
self.NonBlockingBind.NonBlockingBind(self._Resource, self._on_sasl_auth)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment