From: Anthony Minessale II Date: Fri, 18 Mar 2005 00:32:49 +0000 (+0000) Subject: fix typo per stevek's req X-Git-Tag: 1.2.0-beta1~1064 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a8e79d383087db2c2cd3d14ce81a29ae040eef8e;p=thirdparty%2Fasterisk.git fix typo per stevek's req git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5201 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/channels/chan_iax2.c b/channels/chan_iax2.c index e48258a3e6..adf1025792 100755 --- a/channels/chan_iax2.c +++ b/channels/chan_iax2.c @@ -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);