mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 00:29:35 -05:00
more on ITS#4868
This commit is contained in:
parent
d8636d8e60
commit
3119bba337
1 changed files with 5 additions and 0 deletions
|
|
@ -79,6 +79,11 @@ backsql_attrlist_add( backsql_srch_info *bsi, AttributeDescription *ad )
|
|||
return 1;
|
||||
}
|
||||
|
||||
/* strip ';binary' */
|
||||
if ( slap_ad_is_binary( ad ) ) {
|
||||
ad = ad->ad_type->sat_ad;
|
||||
}
|
||||
|
||||
for ( ; !BER_BVISNULL( &bsi->bsi_attrs[ n_attrs ].an_name ); n_attrs++ ) {
|
||||
an = &bsi->bsi_attrs[ n_attrs ];
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue