Commit 9fefac12 authored by cyeh%bluemartini.com's avatar cyeh%bluemartini.com

fix for 54566: Software error generated when adding invalid dependencies

if we call PuntTryAgain(), make sure we've unlocked tables
parent f86b4e52
......@@ -967,6 +967,7 @@ sub PuntTryAgain ($) {
my ($str) = (@_);
print PerformSubsts(Param("errorhtml"),
{errormsg => $str});
SendSQL("UNLOCK TABLES");
PutFooter();
exit;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment