Changeset 8767 for branches/gajim_0.11.1

Show
Ignore:
Timestamp:
09/10/07 08:11:45 (15 months ago)
Author:
asterix
Message:

revert [8587] error 56 is already handled later

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/gajim_0.11.1/src/common/proxy65_manager.py

    r8587 r8767  
    254254                except Exception, ee: 
    255255                        (errnum, errstr) = ee 
    256                         # 56 is for freebsd 
    257                         if errnum in (errno.EINPROGRESS, errno.EALREADY, errno.EWOULDBLOCK, 56): 
     256                        if errnum in (errno.EINPROGRESS, errno.EALREADY, errno.EWOULDBLOCK): 
    258257                                # still trying to connect 
    259258                                return