From fa492843fb0d08958917d557cd1dd5d6ac8d5356 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Mon, 20 Oct 2003 07:55:07 +0000 Subject: do not break working code! (titi sucks) --- perl-install/standalone/fileshareset | 1 - 1 file changed, 1 deletion(-) diff --git a/perl-install/standalone/fileshareset b/perl-install/standalone/fileshareset index e1dc4e6b4..3e8cfe78a 100755 --- a/perl-install/standalone/fileshareset +++ b/perl-install/standalone/fileshareset @@ -125,7 +125,6 @@ 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