Ignore:
Timestamp:
Nov 24, 2016, 1:14:11 PM (9 years ago)
Author:
Silvan Scherrer
Message:

Samba Server: update vendor to version 4.4.3

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vendor/current/libcli/util/tstream.c

    r860 r988  
    107107        TALLOC_FREE(subreq);
    108108        if (ret == -1) {
    109                 status = map_nt_error_from_unix(sys_errno);
     109                status = map_nt_error_from_unix_common(sys_errno);
    110110                tevent_req_nterror(req, status);
    111111                return;
Note: See TracChangeset for help on using the changeset viewer.