mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-06 10:46:21 +08:00
Set schema flags (might need schema check routines as well)
This commit is contained in:
parent
c68057f598
commit
f0063245ad
@ -594,6 +594,8 @@ monitor_back_db_open(
|
||||
#endif
|
||||
return -1;
|
||||
}
|
||||
|
||||
(*ad)->ad_type->sat_flags != mat[i].flags;
|
||||
}
|
||||
|
||||
for ( i = 0; moc[i].name; i++ ) {
|
||||
@ -662,6 +664,8 @@ monitor_back_db_open(
|
||||
return -1;
|
||||
}
|
||||
|
||||
Oc->soc_flags |= moc[i].flags;
|
||||
|
||||
((ObjectClass **)&(((char *)mi)[moc[i].offset]))[0] = Oc;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user