mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-15 03:14:24 -05:00
To be safe (see ITS#5328), set hasSubordinates before be_has_subordinates()
This commit is contained in:
parent
7f28d0a13d
commit
18905416c9
1 changed files with 1 additions and 1 deletions
|
|
@ -546,7 +546,7 @@ test_ava_filter(
|
|||
if ( ava->aa_desc == slap_schema.si_ad_hasSubordinates
|
||||
&& op && op->o_bd && op->o_bd->be_has_subordinates )
|
||||
{
|
||||
int hasSubordinates;
|
||||
int hasSubordinates = 0;
|
||||
struct berval hs;
|
||||
|
||||
if( type != LDAP_FILTER_EQUALITY &&
|
||||
|
|
|
|||
Loading…
Reference in a new issue