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/nbt/nameregister.c

    r740 r988  
    284284
    285285        if (!tevent_req_poll(subreq, ev)) {
    286                 status = map_nt_error_from_unix(errno);
     286                status = map_nt_error_from_unix_common(errno);
    287287                talloc_free(frame);
    288288                return status;
     
    499499
    500500        if (!tevent_req_poll(subreq, ev)) {
    501                 status = map_nt_error_from_unix(errno);
     501                status = map_nt_error_from_unix_common(errno);
    502502                talloc_free(frame);
    503503                return status;
Note: See TracChangeset for help on using the changeset viewer.