fix typo per stevek's req

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5201 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Anthony Minessale II 2005-03-18 00:32:49 +00:00
parent f9cfe60312
commit a8e79d3830
1 changed files with 0 additions and 10 deletions

View File

@ -1866,16 +1866,6 @@ static int iax2_show_peer(int fd, int argc, char *argv[])
ast_cli(fd, "none");
ast_cli(fd, ")\n");
static int iax2_test_losspct(int fd, int argc, char *argv[])
{
if (argc != 4)
return RESULT_SHOWUSAGE;
test_losspct = atoi(argv[3]);
return RESULT_SUCCESS;
}
ast_cli(fd, " Status : ");
if (peer->lastms < 0)
strncpy(status, "UNREACHABLE", sizeof(status) - 1);