Ignore:
Timestamp:
Nov 29, 2012, 1:59:04 PM (13 years ago)
Author:
Silvan Scherrer
Message:

Samba Server: updated trunk to 3.6.9

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/server/source3/libads/ads_status.c

    r745 r751  
    8282                        return NT_STATUS_OK;
    8383                }
     84                if (status.err.rc == LDAP_TIMELIMIT_EXCEEDED) {
     85                        return NT_STATUS_IO_TIMEOUT;
     86                }
    8487                return NT_STATUS_LDAP(status.err.rc);
    8588#endif
Note: See TracChangeset for help on using the changeset viewer.