Ignore:
Timestamp:
Nov 12, 2012, 5:38:52 PM (13 years ago)
Author:
Silvan Scherrer
Message:

Samba Server 3.5: update branche to 3.5.16

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/samba-3.5.x/source3/libads/ads_status.c

    r414 r736  
    8080                        return NT_STATUS_OK;
    8181                }
     82                if (status.err.rc == LDAP_TIMELIMIT_EXCEEDED) {
     83                        return NT_STATUS_IO_TIMEOUT;
     84                }
    8285                return NT_STATUS_LDAP(status.err.rc);
    8386#endif
Note: See TracChangeset for help on using the changeset viewer.