Skip to content
Snippets Groups Projects
Commit 4a1e3b66 authored by Tilghman Lesher's avatar Tilghman Lesher
Browse files

Bug 6927 - CLI command has 3 args, not 2.

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@19941 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent 492e68da
Branches
Tags
No related merge requests found
...@@ -632,7 +632,7 @@ static int handle_show_http(int fd, int argc, char *argv[]) ...@@ -632,7 +632,7 @@ static int handle_show_http(int fd, int argc, char *argv[])
{ {
char iabuf[INET_ADDRSTRLEN]; char iabuf[INET_ADDRSTRLEN];
struct ast_http_uri *urih; struct ast_http_uri *urih;
if (argc != 2) if (argc != 3)
return RESULT_SHOWUSAGE; return RESULT_SHOWUSAGE;
ast_cli(fd, "HTTP Server Status:\n"); ast_cli(fd, "HTTP Server Status:\n");
ast_cli(fd, "Prefix: %s\n", prefix); ast_cli(fd, "Prefix: %s\n", prefix);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment