mirror of
https://github.com/samba-team/samba.git
synced 2025-01-25 06:04:04 +03:00
r12378: fix perl warnings
metze (This used to be commit 918e7b4043f6c92997e66d552f62bf1bef81fb81)
This commit is contained in:
parent
a167713c3c
commit
aca9da26c7
@ -8,8 +8,10 @@ use File::Basename;
|
||||
my $file = shift;
|
||||
my $prefix = shift;
|
||||
my $options = shift;
|
||||
my $x_file, @x_files;
|
||||
my $c_file, @c_files;
|
||||
my $x_file;
|
||||
my @x_files = ();
|
||||
my $c_file;
|
||||
my @c_files = ();
|
||||
if (not defined ($prefix)) { $prefix = "asn1"; }
|
||||
|
||||
$dirname = dirname($file);
|
||||
|
Loading…
x
Reference in New Issue
Block a user