mirror of
https://gitlab.com/shorewall/code.git
synced 2025-06-18 23:57:14 +02:00
Avoid reference to unitialized variable on bogus FORMAT in interfaces
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
2cbf1e86ad
commit
ef90006334
@ -934,7 +934,7 @@ sub process_interface( $$ ) {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
fatal_error "Invalid FORMAT ($1)";
|
fatal_error "Invalid FORMAT ($originalinterface)";
|
||||||
}
|
}
|
||||||
|
|
||||||
if ( $zone eq '-' ) {
|
if ( $zone eq '-' ) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user