Ignore:
Timestamp:
Apr 9, 2010, 3:51:41 PM (15 years ago)
Author:
Silvan Scherrer
Message:

Samba 3.5.x: trunk update to 3.5.2

Location:
trunk/server
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/server

  • trunk/server/source3/winbindd/winbindd_pam.c

    r414 r429  
    13611361                   our connection. */
    13621362
    1363                 if (NT_STATUS_EQUAL(result, NT_STATUS_UNSUCCESSFUL)) {
     1363                if (!rpccli_is_connected(netlogon_pipe)) {
    13641364                        retry = true;
    13651365                        continue;
     
    19361936                   our connection. */
    19371937
    1938                 if (NT_STATUS_EQUAL(result, NT_STATUS_UNSUCCESSFUL)) {
     1938                if (!rpccli_is_connected(netlogon_pipe)) {
    19391939                        retry = true;
    19401940                        continue;
Note: See TracChangeset for help on using the changeset viewer.