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