Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gajim
gajim
Commits
af88260a
Commit
af88260a
authored
Jul 27, 2015
by
Yann Leboulanger
Browse files
do not crash when authentication with server fails. Fixes
#8115
parent
94b892ad
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/common/connection.py
View file @
af88260a
...
...
@@ -1512,7 +1512,7 @@ def __on_auth(self, con, auth):
if
self
.
on_connect_auth
:
self
.
on_connect_auth
(
None
)
self
.
on_connect_auth
=
None
return
return
if
not
self
.
connected
:
# We went offline during connecting process
if
self
.
on_connect_auth
:
self
.
on_connect_auth
(
None
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment