s4-loadparm: 2nd half of lp_ to lpcfg_ conversion
[metze/samba/wip.git] / source4 / torture / rpc / countcalls.c
index 7d3c9d7b864d19627c1447ee786e82f323f61bc4..7f3735105c6ef09aa3b21a3855ace4e70649e6d2 100644 (file)
@@ -101,7 +101,7 @@ bool torture_rpc_countcalls(struct torture_context *torture)
        const char *iface_name;
        bool ret = true;
        const struct ndr_interface_list *l;
-       iface_name = lp_parm_string(torture->lp_ctx, NULL, "countcalls", "interface");
+       iface_name = lpcfg_parm_string(torture->lp_ctx, NULL, "countcalls", "interface");
        if (iface_name != NULL) {
                iface = ndr_table_by_name(iface_name);
                if (!iface) {