[asterisk-commits] mmichelson: branch 1.6.2 r304250 - in /branches/1.6.2: ./ main/udptl.c

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


Author: mmichelson
Date: Wed Jan 26 15:02:10 2011
New Revision: 304250

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

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

Modified: branches/1.6.2/main/udptl.c
URL: http://svnview.digium.com/svn/asterisk/branches/1.6.2/main/udptl.c?view=diff&rev=304250&r1=304249&r2=304250
==============================================================================
--- branches/1.6.2/main/udptl.c (original)
+++ branches/1.6.2/main/udptl.c Wed Jan 26 15:02:10 2011
@@ -169,8 +169,6 @@
 	 * error_correction_entries, used to calculate local_max_datagram.
 	 */
 	int local_max_ifp;
-
-	int verbose;
 
 	struct sockaddr_in far;
 
@@ -629,9 +627,6 @@
 		}
 		break;
 	}
-
-	if (s->verbose)
-		fprintf(stderr, "\n");
 
 	s->tx_seq_no++;
 	return len;




More information about the asterisk-commits mailing list