From 2e733e0679db809a99ab085953a07e3412ccf7e7 Mon Sep 17 00:00:00 2001 From: Jed Reynolds Date: Mon, 8 Oct 2018 17:04:54 -0700 Subject: [PATCH] whitespace --- lf_l4_auth.pl | 1 - 1 file changed, 1 deletion(-) diff --git a/lf_l4_auth.pl b/lf_l4_auth.pl index 779b2a39..7918cab6 100755 --- a/lf_l4_auth.pl +++ b/lf_l4_auth.pl @@ -253,7 +253,6 @@ for (my $i = $::first_port; $i <= $::last_port; $i++) { # create live endpoint my $ip_addr = $::port_ips{$i}; - open(my $fh, ">", $::port_file{$i} ) || die "unable to create file $::port_file{$i}"; print $fh $::port_download{$i}; close $fh;