dect
/
asterisk
Archived
13
0
Fork 0

Merged revisions 47352 via svnmerge from

https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r47352 | russell | 2006-11-09 01:31:37 -0500 (Thu, 09 Nov 2006) | 3 lines

fix "core show version" to reflect the new number of arguments for this
CLI command (issue #8316, kshumard)

........


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@47353 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
russell 2006-11-09 06:35:05 +00:00
parent 556b1e8b04
commit a37412b28b
1 changed files with 1 additions and 1 deletions

View File

@ -1323,7 +1323,7 @@ static char version_help[] =
static int handle_version(int fd, int argc, char *argv[])
{
if (argc != 2)
if (argc != 3)
return RESULT_SHOWUSAGE;
ast_cli(fd, "Asterisk %s built by %s @ %s on a %s running %s on %s\n",
ASTERISK_VERSION, ast_build_user, ast_build_hostname,