[Asterisk-cvs] asterisk/channels chan_iax2.c,1.256,1.257

anthm at lists.digium.com anthm at lists.digium.com
Thu Mar 17 18:37:27 CST 2005


Update of /usr/cvsroot/asterisk/channels
In directory mongoose.digium.com:/tmp/cvs-serv2012/channels

Modified Files:
	chan_iax2.c 
Log Message:
fix typo per stevek's req

Index: chan_iax2.c
===================================================================
RCS file: /usr/cvsroot/asterisk/channels/chan_iax2.c,v
retrieving revision 1.256
retrieving revision 1.257
diff -u -d -r1.256 -r1.257
--- chan_iax2.c	17 Mar 2005 21:30:19 -0000	1.256
+++ chan_iax2.c	18 Mar 2005 00:32:49 -0000	1.257
@@ -1866,16 +1866,6 @@
 			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);




More information about the svn-commits mailing list