s4-loadparm: 2nd half of lp_ to lpcfg_ conversion
[nivanova/samba-autobuild/.git] / source4 / torture / raw / tconrate.c
index 66fc3c01d6ed0cb5b02019e65a9db47c60cd09e0..7202943969a9527e3aad453a3eccfa2f52b2fae8 100644 (file)
@@ -70,8 +70,8 @@ static int fork_tcon_client(struct torture_context *tctx,
        struct smbcli_options options;
        struct smbcli_session_options session_options;
 
-       lp_smbcli_options(tctx->lp_ctx, &options);
-       lp_smbcli_session_options(tctx->lp_ctx, &session_options);
+       lpcfg_smbcli_options(tctx->lp_ctx, &options);
+       lpcfg_smbcli_session_options(tctx->lp_ctx, &session_options);
 
        child = fork();
        if (child == -1) {
@@ -98,11 +98,11 @@ static int fork_tcon_client(struct torture_context *tctx,
                NTSTATUS status;
 
                status = smbcli_full_connection(NULL, &cli,
-                               host, lp_smb_ports(tctx->lp_ctx), share,
-                               NULL, lp_socket_options(tctx->lp_ctx), cmdline_credentials,
-                               lp_resolve_context(tctx->lp_ctx),
+                               host, lpcfg_smb_ports(tctx->lp_ctx), share,
+                               NULL, lpcfg_socket_options(tctx->lp_ctx), cmdline_credentials,
+                               lpcfg_resolve_context(tctx->lp_ctx),
                                tctx->ev, &options, &session_options,
-                               lp_gensec_settings(tctx, tctx->lp_ctx));
+                               lpcfg_gensec_settings(tctx, tctx->lp_ctx));
 
                if (!NT_STATUS_IS_OK(status)) {
                        printf("failed to connect to //%s/%s: %s\n",