[asterisk-commits] mmichelson: branch 1.4 r304242 - /branches/1.4/main/udptl.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Wed Jan 26 14:38:41 CST 2011
Author: mmichelson
Date: Wed Jan 26 14:38:37 2011
New Revision: 304242
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=304242
Log:
Get rid of unused 'verbose' field in ast_udptl
Modified:
branches/1.4/main/udptl.c
Modified: branches/1.4/main/udptl.c
URL: http://svnview.digium.com/svn/asterisk/branches/1.4/main/udptl.c?view=diff&rev=304242&r1=304241&r2=304242
==============================================================================
--- branches/1.4/main/udptl.c (original)
+++ branches/1.4/main/udptl.c Wed Jan 26 14:38:37 2011
@@ -124,8 +124,6 @@
/*! This option indicates the maximum size of a UDPTL packet that we are prepared to
accept. */
int local_max_datagram_size;
-
- int verbose;
struct sockaddr_in far;
@@ -586,9 +584,6 @@
break;
}
- if (s->verbose)
- fprintf(stderr, "\n");
-
s->tx_seq_no++;
return len;
}
More information about the asterisk-commits
mailing list