[Asterisk-cvs] asterisk/channels chan_iax2.c,1.202,1.203

markster at lists.digium.com markster at lists.digium.com
Sat Oct 9 12:33:19 CDT 2004


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

Modified Files:
	chan_iax2.c 
Log Message:
Remove silly printf


Index: chan_iax2.c
===================================================================
RCS file: /usr/cvsroot/asterisk/channels/chan_iax2.c,v
retrieving revision 1.202
retrieving revision 1.203
diff -u -d -r1.202 -r1.203
--- chan_iax2.c	8 Oct 2004 23:20:02 -0000	1.202
+++ chan_iax2.c	9 Oct 2004 16:34:12 -0000	1.203
@@ -3932,7 +3932,6 @@
 		tmppw = ast_strdupa(p->secret);
 		stringp = tmppw;
 		while((tmppw = strsep(&stringp, ";"))) {
-			printf("Trying '%s'!\n", tmppw);		
 			MD5Init(&md5);
 			MD5Update(&md5, iaxs[callno]->challenge, strlen(iaxs[callno]->challenge));
 			MD5Update(&md5, tmppw, strlen(tmppw));




More information about the svn-commits mailing list