mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-27 18:13:13 +01:00
Fix undef access out of notrack file
This commit is contained in:
parent
c302e82233
commit
7be3ed33d5
@ -3264,7 +3264,7 @@ sub interface_nets( $ ) {
|
||||
sub get_interface_nets ( $ ) {
|
||||
my ( $logical ) = $_[0];
|
||||
|
||||
my $interface = get_physical( $logical );
|
||||
my $interface = physical_name( $logical );
|
||||
my $variable = interface_nets( $interface );
|
||||
|
||||
$global_variables |= ALL_COMMANDS;
|
||||
|
Loading…
Reference in New Issue
Block a user