mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-22 23:53:30 +01:00
Fix bug in obsolete option handling
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@8576 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
81bde95ce0
commit
8298abbadb
@ -1794,7 +1794,7 @@ sub unsupported_yes_no( $ ) {
|
||||
|
||||
default_yes_no $option, '';
|
||||
|
||||
fatal_error "$=Yes is not supported by Shorewall-perl $globals{VERSION}" if $config{$option};
|
||||
fatal_error "$option=Yes is not supported by Shorewall-perl $globals{VERSION}" if $config{$option};
|
||||
}
|
||||
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user