rlease lock at the end, don't try to reserve it again.

This commit is contained in:
hjp 2010-09-11 07:26:27 +00:00
parent ea76362546
commit 2596541fd0
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}