Fix undef access out of notrack file

This commit is contained in:
Tom Eastep 2010-12-19 13:30:02 -08:00
parent 886121eaf3
commit c58a0fbdb3

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;