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/source4/kdc/proxy.c

    r740 r988  
    557557        state->out = data_blob_talloc(state, raw.data + 4, raw.length - 4);
    558558        if (state->out.length != raw.length - 4) {
    559                 tevent_req_nomem(NULL, req);
     559                tevent_req_oom(req);
    560560                return;
    561561        }
Note: See TracChangeset for help on using the changeset viewer.