diff options
author | Kali Kaneko <kali@leap.se> | 2015-09-17 10:44:44 -0400 |
---|---|---|
committer | Kali Kaneko <kali@leap.se> | 2015-09-17 16:54:13 -0400 |
commit | 26dc74bcc9afbe45d6082e95a3a72cda16d2941b (patch) | |
tree | 4b7f67f7f4114b713fa9cff97e5fc51f227b41b3 /changes/bug_7448-fix-logout-auth | |
parent | 961d9e6a1c7a5041d5b019581dbf08f16f29ea53 (diff) |
[bug] fix assignment of the incoming service
the second callback was actually broken, not being called when it was
supposed to be.
the reason is that IncomingMail.startService returns a deferred which
callback is called with the loopingCall instance only when the
loopingCall is stopped.
Diffstat (limited to 'changes/bug_7448-fix-logout-auth')
-rw-r--r-- | changes/bug_7448-fix-logout-auth | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changes/bug_7448-fix-logout-auth b/changes/bug_7448-fix-logout-auth new file mode 100644 index 00000000..29e69571 --- /dev/null +++ b/changes/bug_7448-fix-logout-auth @@ -0,0 +1 @@ +- Fix hangs during logout. Closes: #7448 |