From: cyeh%bluemartini.com <> Date: Sat, 24 Feb 2001 05:40:03 +0000 (+0000) Subject: fix for 54566: Software error generated when adding invalid dependencies X-Git-Tag: bugzilla-2.12~87 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9fefac12fc5c13b42640963af384c9eb657ae4d3;p=thirdparty%2Fbugzilla.git fix for 54566: Software error generated when adding invalid dependencies if we call PuntTryAgain(), make sure we've unlocked tables --- diff --git a/CGI.pl b/CGI.pl index 7ac110e306..c557473a83 100644 --- a/CGI.pl +++ b/CGI.pl @@ -967,6 +967,7 @@ sub PuntTryAgain ($) { my ($str) = (@_); print PerformSubsts(Param("errorhtml"), {errormsg => $str}); + SendSQL("UNLOCK TABLES"); PutFooter(); exit; }