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
1.4
Tilghman Lesher 20 years ago
parent 492e68dab3
commit 4a1e3b66a6

@ -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);

Loading…
Cancel
Save