Another fix for the NOTRACK patch

- 3 defects in a two-line patch :-(
This commit is contained in:
Tom Eastep 2012-08-26 09:17:57 -07:00
parent 54fcc33adf
commit 341dec0711

View File

@ -79,7 +79,7 @@ sub process_conntrack_rule( $$$$$$$$$ ) {
# A patch that deimplements the NOTRACK target has been posted on the
# Netfilter development list
#
$action = 'CT--notrack' if have_capability 'CT_TARGET';
$action = 'CT --notrack' if have_capability 'CT_TARGET';
} else {
( $target, my ( $option, $args, $junk ) ) = split ':', $action, 4;