From 67ee471d5f76c959dad20e9cdd56d539b5992011 Mon Sep 17 00:00:00 2001 From: Mark Crane Date: Tue, 24 Dec 2013 16:25:16 +0000 Subject: [PATCH] Fix this error: [ERR] freeswitch_lua.cpp:374 DBH NOT Connected. Caused by releasing DBH which is done in the parent script. --- .../app/xml_handler/resources/scripts/directory/directory.lua | 3 --- 1 file changed, 3 deletions(-) diff --git a/resources/install/scripts/app/xml_handler/resources/scripts/directory/directory.lua b/resources/install/scripts/app/xml_handler/resources/scripts/directory/directory.lua index 9dd2af8048..10edc51927 100644 --- a/resources/install/scripts/app/xml_handler/resources/scripts/directory/directory.lua +++ b/resources/install/scripts/app/xml_handler/resources/scripts/directory/directory.lua @@ -274,9 +274,6 @@ end); end - --close the database connection - dbh:release(); - --set the xml array and then concatenate the array to a string if (continue and password) then --build the xml