forked from Mirrors/freeswitch
FS-6068 missed on
This commit is contained in:
parent
2e32d10503
commit
0b479c57e5
|
@ -285,7 +285,7 @@ static void dump_user(struct user_struct *us)
|
|||
if(zstr(dname)) {
|
||||
apip = switch_mprintf("*/%s",switch_xml_attr_soft(x_user_tag, "id"));
|
||||
} 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);
|
||||
|
|
Loading…
Reference in New Issue