mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 16:49:39 -05:00
fix typo
This commit is contained in:
parent
873a5b73ff
commit
2c89c53cda
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue