mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-04 07:40:42 +00:00
fix for 54566: Software error generated when adding invalid dependencies
if we call PuntTryAgain(), make sure we've unlocked tables
This commit is contained in:
parent
e73173642a
commit
6cd18637ba
@ -967,6 +967,7 @@ sub PuntTryAgain ($) {
|
||||
my ($str) = (@_);
|
||||
print PerformSubsts(Param("errorhtml"),
|
||||
{errormsg => $str});
|
||||
SendSQL("UNLOCK TABLES");
|
||||
PutFooter();
|
||||
exit;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user