mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 00:29:35 -05:00
Fix compile breakage
This commit is contained in:
parent
75141e9c2f
commit
ee203deadf
1 changed files with 1 additions and 1 deletions
|
|
@ -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" );
|
||||
|
|
|
|||
Loading…
Reference in a new issue