mirror of
https://gitlab.com/shorewall/code.git
synced 2025-06-19 08:07:13 +02:00
Delete unneeded 'my'
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
f5d1ec0243
commit
dc73832570
@ -3209,7 +3209,7 @@ sub convert_tos($$) {
|
||||
} else {
|
||||
unlink_tos( $fn );
|
||||
}
|
||||
} elsif ( -f ( my $fn = find_file( 'tos' ) ) ) {
|
||||
} elsif ( -f ( $fn = find_file( 'tos' ) ) ) {
|
||||
unlink_tos( $fn );
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user