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:
teastep 2008-06-19 16:43:38 +00:00
parent 81bde95ce0
commit 8298abbadb

View File

@ -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};
}
#