client_nb: Call auth callback even when resuming, to establish things like ping timers. Fixes #7091

This commit is contained in:
Matthew Wild 2012-03-17 23:02:27 +00:00
parent a86bbcb7d0
commit ca1dcabb28
1 changed files with 1 additions and 0 deletions

View File

@ -530,6 +530,7 @@ class NonBlockingClient:
sm.set_owner(self) sm.set_owner(self)
self.Dispatcher.sm = sm self.Dispatcher.sm = sm
nb_bind.PlugIn(self) nb_bind.PlugIn(self)
self.on_auth(self, 'sasl')
return return
nb_bind.PlugIn(self) nb_bind.PlugIn(self)