summaryrefslogtreecommitdiff
path: root/source4/dsdb/samdb/ldb_modules/resolve_oids.c
diff options
context:
space:
mode:
Diffstat (limited to 'source4/dsdb/samdb/ldb_modules/resolve_oids.c')
-rw-r--r--source4/dsdb/samdb/ldb_modules/resolve_oids.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/source4/dsdb/samdb/ldb_modules/resolve_oids.c b/source4/dsdb/samdb/ldb_modules/resolve_oids.c
index 350364b1e9..4f5c35e58a 100644
--- a/source4/dsdb/samdb/ldb_modules/resolve_oids.c
+++ b/source4/dsdb/samdb/ldb_modules/resolve_oids.c
@@ -156,10 +156,6 @@ static int resolve_oids_parse_tree_need(struct ldb_context *ldb,
return LDB_ERR_COMPARE_FALSE;
}
- if (a->syntax->oMSyntax != 6) {
- return LDB_ERR_COMPARE_FALSE;
- }
-
return resolve_oids_need_value(ldb, schema, a, valp);
}