]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Change Case On Forcerport For Consistency
authorMichael L. Young <elgueromexicano@gmail.com>
Thu, 25 Apr 2013 02:43:03 +0000 (02:43 +0000)
committerMichael L. Young <elgueromexicano@gmail.com>
Thu, 25 Apr 2013 02:43:03 +0000 (02:43 +0000)
* Change "ForcerPort" to "Forcerport" to match everywhere else it is displayed

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

channels/chan_sip.c

index 99e39f4da5d2e78a6abf4cb97bcde73a083c79cc..1f384e9d38fdcf5def41a6eeec7a816c60153190 100644 (file)
@@ -17181,7 +17181,7 @@ static char *sip_show_users(struct ast_cli_entry *e, int cmd, struct ast_cli_arg
                return CLI_SHOWUSAGE;
        }
 
-       ast_cli(a->fd, FORMAT, "Username", "Secret", "Accountcode", "Def.Context", "ACL", "ForcerPort");
+       ast_cli(a->fd, FORMAT, "Username", "Secret", "Accountcode", "Def.Context", "ACL", "Forcerport");
 
        user_iter = ao2_iterator_init(peers, 0);
        while ((user = ao2_t_iterator_next(&user_iter, "iterate thru peers table"))) {