Fix old ipset detection bug

This commit is contained in:
Tom Eastep 2010-08-24 13:08:06 -07:00
parent 5c49aa843c
commit 91c5a2f80b

View File

@ -2412,7 +2412,7 @@ sub IPSet_Match() {
qt1( "$iptables -D $sillyname -m set --match-set $sillyname src -j ACCEPT" );
$result = ! ( $capabilities{OLD_IPSET_MATCH} = 0 );
} else {
have_capability 'OLD_IPSET_MATCH';
$result = have_capability 'OLD_IPSET_MATCH';
}
qt( "$ipset -X $sillyname" );