mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-14 03:34:31 +01:00
Simplify previous change
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
9f96f58a0d
commit
8c3dda80a3
@ -5021,9 +5021,7 @@ sub read_capabilities() {
|
||||
$capabilities{KERNELVERSION} = 20630;
|
||||
}
|
||||
|
||||
if ( ( $capabilities{CAPVERSION} || 0 ) < 40609 ) {
|
||||
$capabilities{TCPMSS_TARGET} = 1
|
||||
}
|
||||
$capabilities{TCPMSS_TARGET} = 1 if ( ( $capabilities{CAPVERSION} || 0 ) < 40609 );
|
||||
|
||||
$helpers_aliases{ftp} = 'ftp-0', $capabilities{FTP_HELPER} = 1 if $capabilities{FTP0_HELPER};
|
||||
$helpers_aliases{irc} = 'irc-0', $capabilities{IRC_HELPER} = 1 if $capabilities{IRC0_HELPER};
|
||||
|
Loading…
Reference in New Issue
Block a user