Changeset 740 for vendor/current/source4/ntvfs/smb2
- Timestamp:
- Nov 14, 2012, 12:59:34 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
vendor/current/source4/ntvfs/smb2/vfs_smb2.c
r414 r740 247 247 } 248 248 249 lp _smbcli_options(ntvfs->ctx->lp_ctx, &options);249 lpcfg_smbcli_options(ntvfs->ctx->lp_ctx, &options); 250 250 251 251 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), 253 253 remote_share, 254 lp _resolve_context(ntvfs->ctx->lp_ctx),254 lpcfg_resolve_context(ntvfs->ctx->lp_ctx), 255 255 credentials, 256 256 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) 259 259 ); 260 260 … … 722 722 struct smb2_find f; 723 723 enum smb_search_data_level smb2_level; 724 u int_t count, i;724 unsigned int count, i; 725 725 union smb_search_data *data; 726 726 NTSTATUS status;
Note:
See TracChangeset
for help on using the changeset viewer.