]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-6068 missed on
authorBrian West <brian@freeswitch.org>
Mon, 20 Jan 2014 17:29:59 +0000 (11:29 -0600)
committerBrian West <brian@freeswitch.org>
Mon, 20 Jan 2014 17:29:59 +0000 (11:29 -0600)
src/mod/applications/mod_commands/mod_commands.c

index 4b7b32ffc24a28036bf0d56967732de1f45a9194..eb9c0a8feef82aa6b8ac0f34f6ee7b55e85effdc 100644 (file)
@@ -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);