summaryrefslogtreecommitdiff
path: root/source4/lib
diff options
context:
space:
mode:
Diffstat (limited to 'source4/lib')
-rw-r--r--source4/lib/ldb/tools/convert.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/source4/lib/ldb/tools/convert.c b/source4/lib/ldb/tools/convert.c
index 35f56f51d3..2320970030 100644
--- a/source4/lib/ldb/tools/convert.c
+++ b/source4/lib/ldb/tools/convert.c
@@ -138,7 +138,8 @@ static const struct syntax_map syntax_map[] = {
.equality = "caseExactIA5Match",
.comment = "IA5 String"
},
- { }
+ { .Standard_OID = NULL
+ }
};