From 0d166590dd2c4d756f2e1b75e0a477091fc088bb Mon Sep 17 00:00:00 2001 From: Mark Crane Date: Thu, 13 Nov 2014 08:51:46 +0000 Subject: [PATCH] xml_handler will bind if memcached is down --- .../xml_handler/resources/scripts/configuration/sofia.conf.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/install/scripts/app/xml_handler/resources/scripts/configuration/sofia.conf.lua b/resources/install/scripts/app/xml_handler/resources/scripts/configuration/sofia.conf.lua index ee94c9b6ca..2068d29926 100644 --- a/resources/install/scripts/app/xml_handler/resources/scripts/configuration/sofia.conf.lua +++ b/resources/install/scripts/app/xml_handler/resources/scripts/configuration/sofia.conf.lua @@ -33,7 +33,7 @@ end --set the cache - if (XML_STRING == "-ERR NOT FOUND") then + if (XML_STRING == "-ERR NOT FOUND") or (XML_STRING == "-ERR CONNECTION FAILURE") then --connect to the database dofile(scripts_dir.."/resources/functions/database_handle.lua");