From 9287c49fb076485969c2cf28cac187213d03d5f4 Mon Sep 17 00:00:00 2001 From: Mark Crane Date: Sat, 15 Jun 2013 06:59:07 +0000 Subject: [PATCH] Remove cache that was too broad and caused "can't find user" errors under certain circumstances. --- .../app/xml_handler/resources/scripts/directory/directory.lua | 4 ---- 1 file changed, 4 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 a246536d3a..e83e6dc053 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 @@ -367,10 +367,6 @@ ]]; - --set the cache - if (user and domain_name) then - result = trim(api:execute("memcache", "set directory:" .. user .. "@" .. domain_name .. " '"..XML_STRING:gsub("'", "'").."' "..expire["directory"])); - end end --send the xml to the console