amélioration du lock.

This commit is contained in:
Alexandre Anriot 2005-10-19 09:27:55 +00:00
parent ef311d8170
commit 31e9c227f3
1 changed files with 3 additions and 2 deletions

View File

@ -46,5 +46,6 @@ sub Usage() {
exit;
}
close LOCK;
unlink "/tmp/evoauth.lock";
END {
unlink "/tmp/evoauth.lock";
}