mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
errno typo
This commit is contained in:
parent
3aae5a9c28
commit
84e04884aa
1 changed files with 1 additions and 1 deletions
|
@ -280,7 +280,7 @@ class SocketServerRequestHandler(socketserver.StreamRequestHandler):
|
|||
break
|
||||
except socket.error as exc:
|
||||
try:
|
||||
if exc.errno == errno.WSAECONNREST:
|
||||
if exc.errno == errno.WSAECONNRESET:
|
||||
# Connection reset on windows
|
||||
break
|
||||
except AttributeError:
|
||||
|
|
Loading…
Add table
Reference in a new issue