summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2007-08-17 13:42:09 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 15:02:09 -0500
commit25dbce70b74cb6a17a80a0ea0cc0646fca975658 (patch)
treee187b3bdcd8ef568c01c5e3ca531b92891108d87 /source4
parent95d4e550bd66cefe19396387ad52fb3cec5d0b64 (diff)
downloadsamba-25dbce70b74cb6a17a80a0ea0cc0646fca975658.tar.gz
samba-25dbce70b74cb6a17a80a0ea0cc0646fca975658.tar.bz2
samba-25dbce70b74cb6a17a80a0ea0cc0646fca975658.zip
r24521: we don't yet have optional args to DeclLong()
metze (This used to be commit 66d4d6f19643454fb781cebbca2c4f4dbb94e90b)
Diffstat (limited to 'source4')
-rw-r--r--source4/pidl/lib/Parse/Pidl/Samba4.pm2
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")) {