[asterisk-commits] mmichelson: trunk r304252 - in /trunk: ./ main/udptl.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Wed Jan 26 15:03:48 CST 2011
Author: mmichelson
Date: Wed Jan 26 15:03:44 2011
New Revision: 304252
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=304252
Log:
Merged revisions 304250 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.6.2
................
r304250 | mmichelson | 2011-01-26 15:02:10 -0600 (Wed, 26 Jan 2011) | 9 lines
Merged revisions 304242 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r304242 | mmichelson | 2011-01-26 14:38:37 -0600 (Wed, 26 Jan 2011) | 3 lines
Get rid of unused 'verbose' field in ast_udptl
........
................
Modified:
trunk/ (props changed)
trunk/main/udptl.c
Propchange: trunk/
------------------------------------------------------------------------------
Binary property 'branch-1.8-merged' - no diff available.
Modified: trunk/main/udptl.c
URL: http://svnview.digium.com/svn/asterisk/trunk/main/udptl.c?view=diff&rev=304252&r1=304251&r2=304252
==============================================================================
--- trunk/main/udptl.c (original)
+++ trunk/main/udptl.c Wed Jan 26 15:03:44 2011
@@ -169,8 +169,6 @@
* error_correction_entries, used to calculate local_max_datagram.
*/
int local_max_ifp;
-
- int verbose;
unsigned int tx_seq_no;
unsigned int rx_seq_no;
@@ -630,9 +628,6 @@
}
break;
}
-
- if (s->verbose)
- fprintf(stderr, "\n");
s->tx_seq_no++;
return len;
More information about the asterisk-commits
mailing list