s4-loadparm: 2nd half of lp_ to lpcfg_ conversion
[bbaumbach/samba-autobuild/.git] / nsswitch / libwbclient / tests / wbclient.c
index e2b3794d06f97381c49b1abccd2ddd894eb8b84d..948081bb1afb4e55a6955348f5adc6f2854b5308 100644 (file)
@@ -611,7 +611,7 @@ static bool test_wbc_change_password(struct torture_context *tctx)
        E_md4hash(oldpass, old_nt_hash);
        E_md4hash(newpass, new_nt_hash);
 
-       if (lp_client_lanman_auth(tctx->lp_ctx) &&
+       if (lpcfg_client_lanman_auth(tctx->lp_ctx) &&
            E_deshash(newpass, new_lanman_hash) &&
            E_deshash(oldpass, old_lanman_hash)) {