This commit is contained in:
Jamie Cameron
2024-10-18 15:33:54 -07:00
parent 05382d840d
commit 4ef76b2ed9

View File

@@ -6846,7 +6846,7 @@ while(1) {
if ($lockdir) {
my $locklink = $lockdir."/".time()."-".int($main::locked_file_count++);
symlink($lockfile, $locklink);
push(@main::temporary_files, $lockdir);
push(@main::temporary_files, $locklink);
}
last;