Author: metze
Date: 2007-08-17 13:42:09 +0000 (Fri, 17 Aug 2007)
New Revision: 24521

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

Log:
we don't yet have optional args to DeclLong()

metze
Modified:
   branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4.pm


Changeset:
Modified: branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4.pm
===================================================================
--- branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4.pm     2007-08-17 
13:08:00 UTC (rev 24520)
+++ branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4.pm     2007-08-17 
13:42:09 UTC (rev 24521)
@@ -95,7 +95,7 @@
 
 sub DeclLong($)
 {
-       my ($e, $d) = shift;
+       my ($e) = shift;
        my $res = "";
 
        if (has_property($e, "represent_as")) {

Reply via email to