This commit is contained in:
Anthony Minessale 2011-02-15 09:45:14 -06:00
parent 1096e6732c
commit 017842c87f
1 changed files with 1 additions and 1 deletions

View File

@ -780,7 +780,7 @@ SWITCH_STANDARD_API(user_data_function)
if ((domain = strchr(user, '@'))) {
*domain++ = '\0';
} else {
if ((dup_domain = switch_core_get_variable("domain"))) {
if ((dup_domain = switch_core_get_variable_dup("domain"))) {
domain = dup_domain;
} else {
domain = "cluecon.com";