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/source3/lib/netapi/joindomain.c

    r740 r988  
    116116        DATA_BLOB session_key;
    117117
     118
     119
     120
     121
    118122        werr = libnetapi_open_pipe(ctx, r->in.server,
    119                                    &ndr_table_wkssvc.syntax_id,
     123                                   &ndr_table_wkssvc,
    120124                                   &pipe_cli);
    121125        if (!W_ERROR_IS_OK(werr)) {
     
    258262
    259263        werr = libnetapi_open_pipe(ctx, r->in.server_name,
    260                                    &ndr_table_wkssvc.syntax_id,
     264                                   &ndr_table_wkssvc,
    261265                                   &pipe_cli);
    262266        if (!W_ERROR_IS_OK(werr)) {
     
    314318
    315319        werr = libnetapi_open_pipe(ctx, r->in.server_name,
    316                                    &ndr_table_wkssvc.syntax_id,
     320                                   &ndr_table_wkssvc,
    317321                                   &pipe_cli);
    318322        if (!W_ERROR_IS_OK(werr)) {
     
    388392                         DS_RETURN_DNS_NAME;
    389393        struct libnetapi_private_ctx *priv;
     394
     395
    390396
    391397        priv = talloc_get_type_abort(ctx->private_data,
     
    427433        }
    428434
    429         ads_status = ads_get_joinable_ous(ads, ctx,
    430                                           (char ***)r->out.ous,
    431                                           (size_t *)r->out.ou_count);
     435        ads_status = ads_get_joinable_ous(ads, ctx, &p, &s);
    432436        if (!ADS_ERR_OK(ads_status)) {
    433437                ads_destroy(&ads);
    434438                return WERR_DEFAULT_JOIN_REQUIRED;
    435439        }
     440
     441
    436442
    437443        ads_destroy(&ads);
     
    456462
    457463        werr = libnetapi_open_pipe(ctx, r->in.server_name,
    458                                    &ndr_table_wkssvc.syntax_id,
     464                                   &ndr_table_wkssvc,
    459465                                   &pipe_cli);
    460466        if (!W_ERROR_IS_OK(werr)) {
     
    509515
    510516        werr = libnetapi_open_pipe(ctx, r->in.server_name,
    511                                    &ndr_table_wkssvc.syntax_id,
     517                                   &ndr_table_wkssvc,
    512518                                   &pipe_cli);
    513519        if (!W_ERROR_IS_OK(werr)) {
Note: See TracChangeset for help on using the changeset viewer.