提交 0b479c57 authored 作者: Brian West's avatar Brian West

FS-6068 missed on

上级 2e32d105
...@@ -285,7 +285,7 @@ static void dump_user(struct user_struct *us) ...@@ -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);
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论