mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-23 20:51:58 +00:00
FS-6068 missed on
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user