[asterisk-commits] mmichelson: branch 1.8 r304251 - in /branches/1.8: ./ main/udptl.c

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Wed Jan 26 15:03:00 CST 2011


Author: mmichelson
Date: Wed Jan 26 15:02:56 2011
New Revision: 304251

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=304251
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:
    branches/1.8/   (props changed)
    branches/1.8/main/udptl.c

Propchange: branches/1.8/
------------------------------------------------------------------------------
Binary property 'branch-1.6.2-merged' - no diff available.

Modified: branches/1.8/main/udptl.c
URL: http://svnview.digium.com/svn/asterisk/branches/1.8/main/udptl.c?view=diff&rev=304251&r1=304250&r2=304251
==============================================================================
--- branches/1.8/main/udptl.c (original)
+++ branches/1.8/main/udptl.c Wed Jan 26 15:02:56 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