summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/fileshareset
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2003-10-20 07:55:07 +0000
committerPascal Rigaux <pixel@mandriva.com>2003-10-20 07:55:07 +0000
commitfa492843fb0d08958917d557cd1dd5d6ac8d5356 (patch)
treef36e4309a1250ae597319bed135aaf8d4276a7b5 /perl-install/standalone/fileshareset
parent90c3f457fb33b69b6ce9c9a664c245ac14a5f1c9 (diff)
downloaddrakx-backup-do-not-use-fa492843fb0d08958917d557cd1dd5d6ac8d5356.tar
drakx-backup-do-not-use-fa492843fb0d08958917d557cd1dd5d6ac8d5356.tar.gz
drakx-backup-do-not-use-fa492843fb0d08958917d557cd1dd5d6ac8d5356.tar.bz2
drakx-backup-do-not-use-fa492843fb0d08958917d557cd1dd5d6ac8d5356.tar.xz
drakx-backup-do-not-use-fa492843fb0d08958917d557cd1dd5d6ac8d5356.zip
do not break working code! (titi sucks)
Diffstat (limited to 'perl-install/standalone/fileshareset')
-rwxr-xr-xperl-install/standalone/fileshareset1
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;