diff options
-rw-r--r-- | source4/lib/ldb/tools/convert.c | 3 |
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 + } }; |