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:
cyeh%bluemartini.com 2001-02-23 21:40:03 +00:00
parent e73173642a
commit 6cd18637ba

View File

@ -967,6 +967,7 @@ sub PuntTryAgain ($) {
my ($str) = (@_);
print PerformSubsts(Param("errorhtml"),
{errormsg => $str});
SendSQL("UNLOCK TABLES");
PutFooter();
exit;
}