mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-08 16:04:47 -05:00
Fix referrals bug
This commit is contained in:
parent
5b13d847e1
commit
4a254064f5
1 changed files with 2 additions and 1 deletions
|
|
@ -287,7 +287,8 @@ send_ldap_response(
|
|||
text == NULL ? "" : text );
|
||||
|
||||
if( rc != -1 && ref != NULL ) {
|
||||
rc = ber_printf( ber, "{V}", ref );
|
||||
rc = ber_printf( ber, "t{V}",
|
||||
LDAP_TAG_REFERRAL, ref );
|
||||
}
|
||||
|
||||
if( rc != -1 && sasldata != NULL ) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue