diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2003-10-20 07:55:07 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2003-10-20 07:55:07 +0000 |
commit | fa492843fb0d08958917d557cd1dd5d6ac8d5356 (patch) | |
tree | f36e4309a1250ae597319bed135aaf8d4276a7b5 /perl-install | |
parent | 90c3f457fb33b69b6ce9c9a664c245ac14a5f1c9 (diff) | |
download | drakx-fa492843fb0d08958917d557cd1dd5d6ac8d5356.tar drakx-fa492843fb0d08958917d557cd1dd5d6ac8d5356.tar.gz drakx-fa492843fb0d08958917d557cd1dd5d6ac8d5356.tar.bz2 drakx-fa492843fb0d08958917d557cd1dd5d6ac8d5356.tar.xz drakx-fa492843fb0d08958917d557cd1dd5d6ac8d5356.zip |
do not break working code! (titi sucks)
Diffstat (limited to 'perl-install')
-rwxr-xr-x | perl-install/standalone/fileshareset | 1 |
1 files changed, 0 insertions, 1 deletions
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; |