diff options
author | Stefan Metzmacher <metze@samba.org> | 2007-08-17 13:42:09 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 15:02:09 -0500 |
commit | 25dbce70b74cb6a17a80a0ea0cc0646fca975658 (patch) | |
tree | e187b3bdcd8ef568c01c5e3ca531b92891108d87 | |
parent | 95d4e550bd66cefe19396387ad52fb3cec5d0b64 (diff) | |
download | samba-25dbce70b74cb6a17a80a0ea0cc0646fca975658.tar.gz samba-25dbce70b74cb6a17a80a0ea0cc0646fca975658.tar.xz samba-25dbce70b74cb6a17a80a0ea0cc0646fca975658.zip |
r24521: we don't yet have optional args to DeclLong()
metze
(This used to be commit 66d4d6f19643454fb781cebbca2c4f4dbb94e90b)
-rw-r--r-- | source4/pidl/lib/Parse/Pidl/Samba4.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/pidl/lib/Parse/Pidl/Samba4.pm b/source4/pidl/lib/Parse/Pidl/Samba4.pm index 347d288cee..5848543a60 100644 --- a/source4/pidl/lib/Parse/Pidl/Samba4.pm +++ b/source4/pidl/lib/Parse/Pidl/Samba4.pm @@ -95,7 +95,7 @@ sub ArrayBrackets($) sub DeclLong($) { - my ($e, $d) = shift; + my ($e) = shift; my $res = ""; if (has_property($e, "represent_as")) { |