From 2596541fd0e480b5244d9523f8fa8d589b67beb7 Mon Sep 17 00:00:00 2001 From: hjp Date: Sat, 11 Sep 2010 07:26:27 +0000 Subject: [PATCH] rlease lock at the end, don't try to reserve it again. --- lib/Simba/CA.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Simba/CA.pm b/lib/Simba/CA.pm index 3405c96..c8d6864 100644 --- a/lib/Simba/CA.pm +++ b/lib/Simba/CA.pm @@ -209,7 +209,7 @@ sub backup2disk { } $self->flush_insert_instances(); $self->close_session(); - $self->reserve_fileset($target); + $self->release_fileset($target); $self->log(3, "finished backup for target host " . $target->{host} . " dir " . $target->{dir} . ": $count files"); $self->{counts}{objects} += $count; }