summaryrefslogtreecommitdiff
path: root/main/udptl.c
diff options
context:
space:
mode:
authorMark Michelson <mmichelson@digium.com>2011-01-26 21:03:44 +0000
committerMark Michelson <mmichelson@digium.com>2011-01-26 21:03:44 +0000
commit3efc46080ad2f676cda87f53fdac0b1a8562fb13 (patch)
treedf59f15e8bc4eb0d9743be6bc00148cb16ae7159 /main/udptl.c
parent48a9694ed0772d09229919031effbb56ed253be2 (diff)
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 ........ ................ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@304252 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'main/udptl.c')
-rw-r--r--main/udptl.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/main/udptl.c b/main/udptl.c
index 6fbf3784c..1845ca882 100644
--- a/main/udptl.c
+++ b/main/udptl.c
@@ -170,8 +170,6 @@ struct ast_udptl {
*/
int local_max_ifp;
- int verbose;
-
unsigned int tx_seq_no;
unsigned int rx_seq_no;
unsigned int rx_expected_seq_no;
@@ -631,9 +629,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;
}