Changeset 9606

Show
Ignore:
Timestamp:
05/10/08 17:40:27 (3 months ago)
Author:
js
Message:

Fix file transfers on win32.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/common/socks5.py

    r9488 r9606  
    900900        def connect(self): 
    901901                ''' create the socket and plug it to the idlequeue ''' 
     902                if self.ais == None: 
     903                        return None 
     904 
    902905                for ai in self.ais: 
    903906                        try: