1
0
mirror of https://github.com/samba-team/samba.git synced 2025-12-17 04:23:50 +03:00

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

metze
This commit is contained in:
Stefan Metzmacher
2007-08-17 13:42:09 +00:00
committed by Gerald (Jerry) Carter
parent fad5af2f20
commit 66d4d6f196

View File

@@ -95,7 +95,7 @@ sub ArrayBrackets($)
sub DeclLong($) sub DeclLong($)
{ {
my ($e, $d) = shift; my ($e) = shift;
my $res = ""; my $res = "";
if (has_property($e, "represent_as")) { if (has_property($e, "represent_as")) {