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/samr.c

    r740 r988  
    4646        const char *domain_name = NULL;
    4747        struct lsa_String lsa_domain_name;
    48         bool domain_found = true;
     48        bool domain_found = e;
    4949        int i;
    5050        struct dcerpc_binding_handle *b = pipe_cli->binding_handle;
     
    241241                                        connect_handle,
    242242                                        builtin_mask,
    243                                         CONST_DISCARD(struct dom_sid *, &global_sid_Builtin),
     243                                        , &global_sid_Builtin),
    244244                                        builtin_handle,
    245245                                        &result);
     
    284284                struct libnetapi_private_ctx);
    285285
    286         if (!policy_handle_equal(handle, &priv->samr.domain_handle)) {
     286        if (!policy_handle_equal(handle, &priv->samr.domain_handle)) {
    287287                return;
    288288        }
     
    312312                struct libnetapi_private_ctx);
    313313
    314         if (!policy_handle_equal(handle, &priv->samr.builtin_handle)) {
     314        if (!policy_handle_equal(handle, &priv->samr.builtin_handle)) {
    315315                return;
    316316        }
     
    340340                struct libnetapi_private_ctx);
    341341
    342         if (!policy_handle_equal(handle, &priv->samr.connect_handle)) {
     342        if (!policy_handle_equal(handle, &priv->samr.connect_handle)) {
    343343                return;
    344344        }
Note: See TracChangeset for help on using the changeset viewer.