aboutsummaryrefslogtreecommitdiffstats
path: root/http.c
diff options
context:
space:
mode:
authortilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2006-04-14 04:59:11 +0000
committertilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2006-04-14 04:59:11 +0000
commit79aff8b4f416427a823e322f304933867ab0d962 (patch)
tree79074164fa7d085e38b524f8ccdcc374709c5da7 /http.c
parent03209b7e42d7f6ded94ef61b1fb8c28e683d7d06 (diff)
Bug 6927 - CLI command has 3 args, not 2.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@19941 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'http.c')
-rw-r--r--http.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/http.c b/http.c
index 204de13e7..97eb6768e 100644
--- a/http.c
+++ b/http.c
@@ -632,7 +632,7 @@ static int handle_show_http(int fd, int argc, char *argv[])
{
char iabuf[INET_ADDRSTRLEN];
struct ast_http_uri *urih;
- if (argc != 2)
+ if (argc != 3)
return RESULT_SHOWUSAGE;
ast_cli(fd, "HTTP Server Status:\n");
ast_cli(fd, "Prefix: %s\n", prefix);