Skip to content
Snippets Groups Projects
Commit 99f3a897 authored by Michael L. Young's avatar Michael L. Young
Browse files

Change Case On Forcerport For Consistency

* Change "ForcerPort" to "Forcerport" to match everywhere else it is displayed
........

Merged revisions 386483 from http://svn.asterisk.org/svn/asterisk/branches/1.8


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/11@386484 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent c1c2ae1e
Branches
Tags
No related merge requests found
...@@ -18816,7 +18816,7 @@ static char *sip_show_users(struct ast_cli_entry *e, int cmd, struct ast_cli_arg ...@@ -18816,7 +18816,7 @@ static char *sip_show_users(struct ast_cli_entry *e, int cmd, struct ast_cli_arg
return CLI_SHOWUSAGE; 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); user_iter = ao2_iterator_init(peers, 0);
while ((user = ao2_t_iterator_next(&user_iter, "iterate thru peers table"))) { while ((user = ao2_t_iterator_next(&user_iter, "iterate thru peers table"))) {
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment