r17844: The AIX compiler thinks { } is a syntax error
authorVolker Lendecke <vlendec@samba.org>
Sat, 26 Aug 2006 20:28:32 +0000 (20:28 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 19:16:48 +0000 (14:16 -0500)
source/lib/ldb/tools/convert.c

index 35f56f51d3248f80219b137d3a89de8a4d61badf..232097003044c37e7e0ca193dbf57630386f9802 100644 (file)
@@ -138,7 +138,8 @@ static const struct syntax_map syntax_map[] = {
                .equality = "caseExactIA5Match",
                .comment = "IA5 String" 
        },
-       {  }
+       {       .Standard_OID = NULL
+       }
 };