Remove cache that was too broad and caused "can't find user" errors under certain circumstances.

This commit is contained in:
Mark Crane
2013-06-15 06:59:07 +00:00
parent 98e61a00bf
commit 9287c49fb0

View File

@@ -367,10 +367,6 @@
<result status="not found" />
</section>
</document>]];
--set the cache
if (user and domain_name) then
result = trim(api:execute("memcache", "set directory:" .. user .. "@" .. domain_name .. " '"..XML_STRING:gsub("'", "&#39;").."' "..expire["directory"]));
end
end
--send the xml to the console