Avoid reference to unitialized variable on bogus FORMAT in interfaces

Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
Tom Eastep 2012-05-07 12:00:21 -07:00
parent 2cbf1e86ad
commit ef90006334

View File

@ -934,7 +934,7 @@ sub process_interface( $$ ) {
return;
}
fatal_error "Invalid FORMAT ($1)";
fatal_error "Invalid FORMAT ($originalinterface)";
}
if ( $zone eq '-' ) {