mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-11 06:43:09 -05:00
fix typo; need to port fix in OPENLDAP_REL_ENG_2_2
This commit is contained in:
parent
f0063245ad
commit
412f510868
1 changed files with 1 additions and 1 deletions
|
|
@ -595,7 +595,7 @@ monitor_back_db_open(
|
|||
return -1;
|
||||
}
|
||||
|
||||
(*ad)->ad_type->sat_flags != mat[i].flags;
|
||||
(*ad)->ad_type->sat_flags |= mat[i].flags;
|
||||
}
|
||||
|
||||
for ( i = 0; moc[i].name; i++ ) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue