[Asterisk-cvs] asterisk/channels chan_iax2.c,1.334,1.335
russell
russell
Mon Aug 29 12:17:46 CDT 2005
Update of /usr/cvsroot/asterisk/channels
In directory mongoose.digium.com:/tmp/cvs-serv11998/channels
Modified Files:
chan_iax2.c
Log Message:
fix build when NEWJB is not defined (issue #5046)
Index: chan_iax2.c
===================================================================
RCS file: /usr/cvsroot/asterisk/channels/chan_iax2.c,v
retrieving revision 1.334
retrieving revision 1.335
diff -u -d -r1.334 -r1.335
--- chan_iax2.c 23 Aug 2005 17:11:44 -0000 1.334
+++ chan_iax2.c 29 Aug 2005 16:19:07 -0000 1.335
@@ -4500,8 +4500,8 @@
return RESULT_SHOWUSAGE;
#ifdef NEWJB
jb_setoutput(jb_error_output, jb_warning_output, NULL);
-#endif
jb_debug_output("\n");
+#endif
ast_cli(fd, "IAX2 Jitterbuffer Debugging Disabled\n");
return RESULT_SUCCESS;
}
More information about the svn-commits
mailing list