Skip to content
Snippets Groups Projects
Commit ee203dea authored by Luke Howard's avatar Luke Howard
Browse files

Fix compile breakage

parent 75141e9c
No related branches found
No related tags found
No related merge requests found
......@@ -112,7 +112,7 @@ dnssrv_back_search(
bv.bv_val = refdn;
bv.bv_len = strlen( refdn );
rc = dnNormalize2( NULL, &bv, &nrefdn );
rc = dnNormalize2( NULL, &bv, &nrefdn, op->o_tmpmemctx );
if( rc != LDAP_SUCCESS ) {
send_ldap_error( op, rs, LDAP_OTHER,
"DNS SRV problem processing manageDSAit control" );
......
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