Unobvious code execution order. Minor fix. Fixes #5713
This commit is contained in:
parent
8209f4543d
commit
08eb94ed61
|
@ -342,6 +342,7 @@ class NonBlockingTCP(NonBlockingTransport, IdleObject):
|
||||||
# variable for errno symbol that will be found from exception raised
|
# variable for errno symbol that will be found from exception raised
|
||||||
# from connect()
|
# from connect()
|
||||||
errnum = 0
|
errnum = 0
|
||||||
|
errstr = str()
|
||||||
|
|
||||||
# set timeout for TCP connecting - if nonblocking connect() fails, pollend
|
# set timeout for TCP connecting - if nonblocking connect() fails, pollend
|
||||||
# is called. If if succeeds pollout is called.
|
# is called. If if succeeds pollout is called.
|
||||||
|
|
Loading…
Reference in New Issue