Ignore:
Timestamp:
Nov 12, 2012, 7:37:04 PM (13 years ago)
Author:
Silvan Scherrer
Message:

Samba Server 3.5: update branche to 3.5.19

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/samba-3.5.x/source3/winbindd/winbindd_cm.c

    r733 r739  
    16241624        }
    16251625
    1626         if (!winbindd_can_contact_domain(domain)) {
    1627                 invalidate_cm_connection(&domain->conn);
    1628                 domain->initialized = True;
    1629                 return NT_STATUS_OK;
    1630         }
    1631 
    16321626        if (connection_ok(domain)) {
    16331627                if (!domain->initialized) {
Note: See TracChangeset for help on using the changeset viewer.