forked from extern/shorewall_code
Correct a typo
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
f42dc6def1
commit
656eaabce9
@ -3253,7 +3253,7 @@ sub convert_tos($$) {
|
||||
sub open_mangle_for_output() {
|
||||
my ( $mangle, $fn1 );
|
||||
|
||||
if ( -f ( $fn1 = find_writeable_file( 'mangle' ) ) ) {
|
||||
if ( -f ( $fn1 = find_writable_file( 'mangle' ) ) ) {
|
||||
open( $mangle , '>>', $fn1 ) || fatal_error "Unable to open $fn1:$!";
|
||||
} else {
|
||||
open( $mangle , '>', $fn1 ) || fatal_error "Unable to open $fn1:$!";
|
||||
|
Loading…
Reference in New Issue
Block a user