From 03dd0d5fc84abafea48dd103da4c6ade23ad05b7 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Sat, 26 Aug 2006 20:28:32 +0000 Subject: r17844: The AIX compiler thinks { } is a syntax error (This used to be commit 4189736e09dab2b7ff57b7bba04d54c0ffeea140) --- source4/lib/ldb/tools/convert.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source4/lib/ldb') 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 + } }; -- cgit