mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-02-23 14:09:39 +08:00
To be safe (see ITS#5328), set hasSubordinates before be_has_subordinates()
This commit is contained in:
parent
7f28d0a13d
commit
18905416c9
@ -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 New Issue
Block a user