mirror of
https://github.com/samba-team/samba.git
synced 2025-12-16 00:23:52 +03:00
r24521: we don't yet have optional args to DeclLong()
metze
This commit is contained in:
committed by
Gerald (Jerry) Carter
parent
fad5af2f20
commit
66d4d6f196
@@ -95,7 +95,7 @@ sub ArrayBrackets($)
|
||||
|
||||
sub DeclLong($)
|
||||
{
|
||||
my ($e, $d) = shift;
|
||||
my ($e) = shift;
|
||||
my $res = "";
|
||||
|
||||
if (has_property($e, "represent_as")) {
|
||||
|
||||
Reference in New Issue
Block a user