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)) {
|
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);
|
||||||
|
|
Loading…
Reference in New Issue