mirror of
https://gitlab.com/shorewall/code.git
synced 2025-06-25 20:22:12 +02:00
Correct defect in processing the 'persistent' route option
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
f90567abf1
commit
460f4bc5b7
@ -1350,7 +1350,7 @@ sub add_a_route( ) {
|
|||||||
|
|
||||||
my $persistent;
|
my $persistent;
|
||||||
|
|
||||||
if ( $options != '-' ) {
|
if ( $options ne '-' ) {
|
||||||
for ( split_list1( 'option', $options ) ) {
|
for ( split_list1( 'option', $options ) ) {
|
||||||
my ( $option, $value ) = split /=/, $options;
|
my ( $option, $value ) = split /=/, $options;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user