Skip to content
Snippets Groups Projects
Commit 04725e83 authored by js's avatar js
Browse files

Fix file transfers on win32.

parent 64ee7c14
No related branches found
No related tags found
No related merge requests found
......@@ -899,6 +899,9 @@ class Socks5Receiver(Socks5, IdleObject):
def connect(self):
''' create the socket and plug it to the idlequeue '''
if self.ais == None:
return None
for ai in self.ais:
try:
self._sock=socket.socket(*ai[:3])
......
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