Ignore:
Timestamp:
Nov 14, 2012, 12:59:34 PM (13 years ago)
Author:
Silvan Scherrer
Message:

Samba Server: update vendor to 3.6.0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vendor/current/source4/ntvfs/smb2/vfs_smb2.c

    r414 r740  
    247247        }
    248248
    249         lp_smbcli_options(ntvfs->ctx->lp_ctx, &options);
     249        lpcfg_smbcli_options(ntvfs->ctx->lp_ctx, &options);
    250250
    251251        creq = smb2_connect_send(p, host,
    252                         lp_parm_string_list(p, ntvfs->ctx->lp_ctx, NULL, "smb2", "ports", NULL),
     252                        lpcfg_parm_string_list(p, ntvfs->ctx->lp_ctx, NULL, "smb2", "ports", NULL),
    253253                                remote_share,
    254                                  lp_resolve_context(ntvfs->ctx->lp_ctx),
     254                                 lpcfg_resolve_context(ntvfs->ctx->lp_ctx),
    255255                                 credentials,
    256256                                 ntvfs->ctx->event_ctx, &options,
    257                                  lp_socket_options(ntvfs->ctx->lp_ctx),
    258                                  lp_gensec_settings(p, ntvfs->ctx->lp_ctx)
     257                                 lpcfg_socket_options(ntvfs->ctx->lp_ctx),
     258                                 lpcfg_gensec_settings(p, ntvfs->ctx->lp_ctx)
    259259                                 );
    260260
     
    722722        struct smb2_find f;
    723723        enum smb_search_data_level smb2_level;
    724         uint_t count, i;
     724        unsigned int count, i;
    725725        union smb_search_data *data;
    726726        NTSTATUS status;
Note: See TracChangeset for help on using the changeset viewer.