This commit is contained in:
Anthony Minessale 2013-12-09 22:14:38 +05:00
parent 015f4e2ba6
commit 848937bd31
1 changed files with 1 additions and 1 deletions

View File

@ -2067,7 +2067,7 @@ SWITCH_DECLARE(switch_status_t) switch_xml_locate_user_merged(const char *key, c
switch_xml_merge_user(x_user_dup, domain, group);
cacheable = switch_xml_attr(x_user_dup, "cacheable");
if (switch_true(cacheable)) {
if (!zstr(cacheable)) {
switch_time_t expires = 0;
switch_time_t time_now = 0;