From 9fefac12fc5c13b42640963af384c9eb657ae4d3 Mon Sep 17 00:00:00 2001
From: "cyeh%bluemartini.com" <>
Date: Sat, 24 Feb 2001 05:40:03 +0000
Subject: [PATCH] fix for 54566: Software error generated when adding invalid
 dependencies if we call PuntTryAgain(), make sure we've unlocked tables

---
 CGI.pl | 1 +
 1 file changed, 1 insertion(+)

diff --git a/CGI.pl b/CGI.pl
index 7ac110e30..c557473a8 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;
 }
-- 
2.24.1