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

metze at samba.org metze at samba.org
Mon Mar 28 18:22:46 GMT 2005


Author: metze
Date: 2005-03-28 18:22:45 +0000 (Mon, 28 Mar 2005)
New Revision: 6098

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

Log:
fix parsing of empty union cases

metze

Modified:
   branches/SAMBA_4_0/source/build/pidl/idl.pm
   branches/SAMBA_4_0/source/build/pidl/idl.yp


Changeset:
Modified: branches/SAMBA_4_0/source/build/pidl/idl.pm
===================================================================
--- branches/SAMBA_4_0/source/build/pidl/idl.pm	2005-03-28 18:21:13 UTC (rev 6097)
+++ branches/SAMBA_4_0/source/build/pidl/idl.pm	2005-03-28 18:22:45 UTC (rev 6098)
@@ -2038,7 +2038,7 @@
 {{
 		 "NAME" => "",
 		 "TYPE" => "EMPTY",
-		 "PROPERTIES" => $_[0],
+		 "PROPERTIES" => $_[1],
 		 "POINTERS" => 0
 	 }}
 	],

Modified: branches/SAMBA_4_0/source/build/pidl/idl.yp
===================================================================
--- branches/SAMBA_4_0/source/build/pidl/idl.yp	2005-03-28 18:21:13 UTC (rev 6097)
+++ branches/SAMBA_4_0/source/build/pidl/idl.yp	2005-03-28 18:22:45 UTC (rev 6098)
@@ -167,7 +167,7 @@
 	{{
 		 "NAME" => "",
 		 "TYPE" => "EMPTY",
-		 "PROPERTIES" => $_[0],
+		 "PROPERTIES" => $_[1],
 		 "POINTERS" => 0
 	 }}
 ;



More information about the samba-cvs mailing list