Fix undef access out of notrack file

This commit is contained in:
Tom Eastep 2010-12-19 13:30:02 -08:00
parent c302e82233
commit 7be3ed33d5

View File

@ -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;