aboutsummaryrefslogtreecommitdiffstats
path: root/main
diff options
context:
space:
mode:
authormmichelson <mmichelson@f38db490-d61c-443f-a65b-d21fe96a405b>2011-01-26 21:02:10 +0000
committermmichelson <mmichelson@f38db490-d61c-443f-a65b-d21fe96a405b>2011-01-26 21:02:10 +0000
commit259ed0e2b423e599ad54f690cf535f45bf96f08c (patch)
treef8404e7a8697f4f2671c3e4a708fc7dd2b8c6f49 /main
parent5ed042558b04fe012c9a550802d8e1826486f228 (diff)
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 ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.2@304250 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'main')
-rw-r--r--main/udptl.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/main/udptl.c b/main/udptl.c
index d120c27fb..df462c3c6 100644
--- a/main/udptl.c
+++ b/main/udptl.c
@@ -170,8 +170,6 @@ struct ast_udptl {
*/
int local_max_ifp;
- int verbose;
-
struct sockaddr_in far;
unsigned int tx_seq_no;
@@ -630,9 +628,6 @@ static int udptl_build_packet(struct ast_udptl *s, uint8_t *buf, unsigned int bu
break;
}
- if (s->verbose)
- fprintf(stderr, "\n");
-
s->tx_seq_no++;
return len;
}