Displaying 1 result from an estimated 1 matches for "cur_schema".
2017 Jun 13
2
skip chunk if "DRS linked attribute for GUID - DN not found"
..._prepare_commit(ldb);
+ if (ret == LDB_ERR_NO_SUCH_OBJECT) {
+ /* restore previous schema */
+ if (used_global_schema) {
+ dsdb_set_global_schema(ldb);
+ } else if (cur_schema ) {
+ dsdb_reference_schema(ldb, cur_schema, false);
+ }
+ DEBUG(0,(__location__ " Failed to prepare commit of transaction: %s\n",
+ ldb_errstrin...