fix list_users to have all users on all profiles

This commit is contained in:
Brian West 2013-12-27 16:39:11 -06:00
parent 910c661508
commit 2f3f0bca5d
1 changed files with 1 additions and 1 deletions

View File

@ -284,7 +284,7 @@ static void dump_user(struct user_struct *us)
}
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 {
apip = switch_mprintf("%s@%s",switch_xml_attr_soft(x_user_tag, "id"), dname);
}