Skip to content
Snippets Groups Projects
Commit f0063245 authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

Set schema flags (might need schema check routines as well)

parent c68057f5
Branches
Tags
No related merge requests found
......@@ -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;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment