From 533bfd1d02d711b2cf517fda315156e02200861e Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Fri, 17 Oct 2003 17:03:58 +0000 Subject: perl_checker cleanups --- perl-install/standalone/fileshareset | 1 + 1 file changed, 1 insertion(+) (limited to 'perl-install/standalone/fileshareset') diff --git a/perl-install/standalone/fileshareset b/perl-install/standalone/fileshareset index 3e8cfe78a..e1dc4e6b4 100755 --- a/perl-install/standalone/fileshareset +++ b/perl-install/standalone/fileshareset @@ -125,6 +125,7 @@ package authorisation; sub read_conf { my ($exclusive_lock) = @_; + local *F_lock; open F_lock, $authorisation_file; # don't care if it's missing flock(F_lock, $exclusive_lock ? 2 : 1) or die "can't lock"; my %conf; -- cgit v1.2.1