Skip to content
Snippets Groups Projects
Commit 08eb94ed authored by Alexander Cherniuk's avatar Alexander Cherniuk
Browse files

Unobvious code execution order. Minor fix. Fixes #5713

parent 8209f454
No related branches found
No related tags found
No related merge requests found
......@@ -342,6 +342,7 @@ class NonBlockingTCP(NonBlockingTransport, IdleObject):
# variable for errno symbol that will be found from exception raised
# from connect()
errnum = 0
errstr = str()
# set timeout for TCP connecting - if nonblocking connect() fails, pollend
# is called. If if succeeds pollout is called.
......
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