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:
committed by
Gerald (Jerry) Carter
parent
fad5af2f20
commit
66d4d6f196
@@ -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")) {
|
||||||
|
|||||||
Reference in New Issue
Block a user