This commit is contained in:
Eelco Dolstra 2009-09-17 17:02:14 +00:00
parent 86408b3f47
commit e1df4ef73c
1 changed files with 1 additions and 0 deletions

View File

@ -152,6 +152,7 @@ my $machine = $selected->{machine};
my $slotLock = openSlotLock($machine, $selected->{free});
flock($slotLock, LOCK_EX | LOCK_NB) or die;
utime undef, undef, $slotLock;
close MAINLOCK;