FS-6068 missed on

This commit is contained in:
Brian West 2014-01-20 11:29:59 -06:00
parent 2e32d10503
commit 0b479c57e5
1 changed files with 1 additions and 1 deletions

View File

@ -285,7 +285,7 @@ static void dump_user(struct user_struct *us)
if(zstr(dname)) { if(zstr(dname)) {
apip = switch_mprintf("*/%s",switch_xml_attr_soft(x_user_tag, "id")); apip = switch_mprintf("*/%s",switch_xml_attr_soft(x_user_tag, "id"));
} else { } else {
apip = switch_mprintf("%s@%s",switch_xml_attr_soft(x_user_tag, "id"), dname); apip = switch_mprintf("*/%s@%s",switch_xml_attr_soft(x_user_tag, "id"), dname);
} }
SWITCH_STANDARD_STREAM(apistream); SWITCH_STANDARD_STREAM(apistream);