From 4a1e3b66a6ac07dfed55f913f1c7f272e8375010 Mon Sep 17 00:00:00 2001
From: Tilghman Lesher <tilghman@meg.abyt.es>
Date: Fri, 14 Apr 2006 04:59:11 +0000
Subject: [PATCH] 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
---
 http.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/http.c b/http.c
index 204de13e72..97eb6768ed 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);
-- 
GitLab