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/winbindd/winbindd_cm.c

    r745 r751  
    11861186
    11871187                ads_destroy( &ads );
     1188                return false;
    11881189        }
    11891190#endif
    11901191
    1191         status = nbt_getdc(winbind_messaging_context(), pss, domain->name,
     1192        status = nbt_getdc(winbind_messaging_context(), 10, pss, domain->name,
    11921193                           &domain->sid, nt_version, mem_ctx, &nt_version,
    11931194                           &dc_name, NULL);
     
    17691770        }
    17701771
    1771         if (!winbindd_can_contact_domain(domain)) {
    1772                 invalidate_cm_connection(&domain->conn);
    1773                 domain->initialized = True;
    1774                 return NT_STATUS_OK;
    1775         }
    1776 
    17771772        if (connection_ok(domain)) {
    17781773                if (!domain->initialized) {
     
    19271922                                 domain->active_directory ? "" : "NOT "));
    19281923
     1924                        domain->can_do_ncacn_ip_tcp = domain->active_directory;
     1925                        domain->can_do_validation6 = domain->active_directory;
    19291926
    19301927                        domain->initialized = True;
Note: See TracChangeset for help on using the changeset viewer.