fix typo; need to port fix in OPENLDAP_REL_ENG_2_2

This commit is contained in:
Pierangelo Masarati 2003-05-31 22:27:19 +00:00
parent f0063245ad
commit 412f510868

View file

@ -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++ ) {