mirror of
https://gitlab.com/shorewall/code.git
synced 2025-07-12 04:15:37 +02:00
@ -3227,7 +3227,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:$!";
|
||||
|
Reference in New Issue
Block a user