]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
list all of the codecs associated with a particular format id for CLI command "core...
authorMatthew Nicholson <mnicholson@digium.com>
Mon, 7 Nov 2011 18:39:55 +0000 (18:39 +0000)
committerMatthew Nicholson <mnicholson@digium.com>
Mon, 7 Nov 2011 18:39:55 +0000 (18:39 +0000)
AST-699

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/10@343533 65c4cc65-6c06-0410-ace0-fbb531ad65f3

main/format.c

index a365ab0d580e88e0fc95b14a389aaa172a86be5a..8d191b4b2b98e5d998d5c68d53184917452de79c 100644 (file)
@@ -860,7 +860,6 @@ static char *show_codec_n(struct ast_cli_entry *e, int cmd, struct ast_cli_args
                if (f_list[x].format.id == format_id) {
                        found = 1;
                        ast_cli(a->fd, "%11u %s\n", (unsigned int) format_id, f_list[x].desc);
-                       break;
                }
        }