Skip to content
Snippets Groups Projects
Commit 4d36fd5a authored by Howard Chu's avatar Howard Chu
Browse files

Fix ITS#1991 - referrals with sarch base == target (wasn't sure at first,

but see diff -r1.6 -r1.7 and it's obvious.)
parent 20ef1d9f
No related branches found
No related tags found
No related merge requests found
......@@ -81,7 +81,7 @@ static char * referral_dn_muck(
return NULL;
}
if( dn_match( &nbaseDN, &nrefDN ) == 0 ) {
if( dn_match( &nbaseDN, &nrefDN ) ) {
ch_free( nrefDN.bv_val );
ch_free( nbaseDN.bv_val );
return ntargetDN.bv_val;
......
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