Fix referrals bug

This commit is contained in:
Kurt Zeilenga 2000-05-26 06:08:06 +00:00
parent 5b13d847e1
commit 4a254064f5

View file

@ -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 ) {