mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-12 10:54:48 +08:00
fix typo
This commit is contained in:
parent
873a5b73ff
commit
2c89c53cda
@ -585,7 +585,7 @@ next:;
|
||||
return rc;
|
||||
}
|
||||
|
||||
if ( ( bsi->bsi_flags | BSQL_SF_ALL_OPER )
|
||||
if ( ( bsi->bsi_flags & BSQL_SF_ALL_OPER )
|
||||
|| an_find( bsi->bsi_attrs, &AllOper ) ) {
|
||||
rc = attr_merge_normalize_one( bsi->bsi_e,
|
||||
slap_schema.si_ad_structuralObjectClass,
|
||||
|
Loading…
Reference in New Issue
Block a user