Skip to content
Snippets Groups Projects
Commit 3e96a57f authored by Quanah Gibson-Mount's avatar Quanah Gibson-Mount
Browse files

Minor cleanup

parent ecccaf84
No related branches found
No related tags found
No related merge requests found
......@@ -1204,9 +1204,7 @@ tlsm_ctx_new ( struct ldapoptions *lo )
ctx->tc_model = NULL;
memset(&ctx->tc_callonce, 0, sizeof(ctx->tc_callonce));
ctx->tc_require_cert = lo->ldo_tls_require_cert;
} else {
LDAP_FREE( ctx );
ctx = NULL;
ctx->tc_verify_cert = PR_FALSE;
}
return (tls_ctx *)ctx;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment