From: Kurt Zeilenga Date: Fri, 26 May 2000 06:08:06 +0000 (+0000) Subject: Fix referrals bug X-Git-Tag: LDBM_PRE_GIANT_RWLOCK~2854 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=4a254064f54b07a30c6681754d38178183219df7;p=openldap Fix referrals bug --- diff --git a/servers/slapd/result.c b/servers/slapd/result.c index 0231eb6c90..c328690a28 100644 --- a/servers/slapd/result.c +++ b/servers/slapd/result.c @@ -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 ) {