svn commit: samba r17844 - in branches/SAMBA_4_0/source/lib/ldb/tools: .

vlendec at samba.org vlendec at samba.org
Sat Aug 26 20:28:33 GMT 2006


Author: vlendec
Date: 2006-08-26 20:28:32 +0000 (Sat, 26 Aug 2006)
New Revision: 17844

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=17844

Log:
The AIX compiler thinks { } is a syntax error
Modified:
   branches/SAMBA_4_0/source/lib/ldb/tools/convert.c


Changeset:
Modified: branches/SAMBA_4_0/source/lib/ldb/tools/convert.c
===================================================================
--- branches/SAMBA_4_0/source/lib/ldb/tools/convert.c	2006-08-26 17:51:20 UTC (rev 17843)
+++ branches/SAMBA_4_0/source/lib/ldb/tools/convert.c	2006-08-26 20:28:32 UTC (rev 17844)
@@ -138,7 +138,8 @@
 		.equality = "caseExactIA5Match",
 		.comment = "IA5 String" 
 	},
-	{  }
+	{	.Standard_OID = NULL
+	}
 };
 
 



More information about the samba-cvs mailing list