svn commit: samba r5051 - in branches/SAMBA_4_0/source/build/pidl: .

tridge at samba.org tridge at samba.org
Fri Jan 28 09:21:19 GMT 2005


Author: tridge
Date: 2005-01-28 09:21:19 +0000 (Fri, 28 Jan 2005)
New Revision: 5051

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

Log:
initialise all elements of an array (thanks to Mike Allan for pointing
this out)


Modified:
   branches/SAMBA_4_0/source/build/pidl/parser.pm


Changeset:
Modified: branches/SAMBA_4_0/source/build/pidl/parser.pm
===================================================================
--- branches/SAMBA_4_0/source/build/pidl/parser.pm	2005-01-27 23:22:12 UTC (rev 5050)
+++ branches/SAMBA_4_0/source/build/pidl/parser.pm	2005-01-28 09:21:19 UTC (rev 5051)
@@ -1692,7 +1692,7 @@
 			pidl "\t},\n";
 		}
 	}
-	pidl "\t{ NULL, 0, NULL, NULL }\n};\n\n";
+	pidl "\t{ NULL, 0, NULL, NULL, NULL }\n};\n\n";
 
 	# If no endpoint is set, default to the interface name as a named pipe
 	if (! defined $interface->{PROPERTIES}->{endpoint}) {



More information about the samba-cvs mailing list