Ignore:
Timestamp:
Jul 2, 2011, 3:35:33 PM (14 years ago)
Author:
Herwig Bauernfeind
Message:

Samba 3.5: Update trunk to 3.5.8

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/server/source3/winbindd/wb_dsgetdcname.c

    r414 r596  
    9898                return;
    9999        }
     100        if (!NT_STATUS_IS_OK(result)) {
     101                tevent_req_nterror(req, result);
     102                return;
     103        }
    100104        tevent_req_done(req);
    101105}
Note: See TracChangeset for help on using the changeset viewer.