summaryrefslogtreecommitdiff
path: root/http.c
diff options
context:
space:
mode:
authorTilghman Lesher <tilghman@meg.abyt.es>2006-04-14 04:59:11 +0000
committerTilghman Lesher <tilghman@meg.abyt.es>2006-04-14 04:59:11 +0000
commit4a1e3b66a6ac07dfed55f913f1c7f272e8375010 (patch)
tree79074164fa7d085e38b524f8ccdcc374709c5da7 /http.c
parent492e68dab38934858534515b25821c02f04ed169 (diff)
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
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);