aboutsummaryrefslogtreecommitdiffstats
path: root/main
diff options
context:
space:
mode:
authormmichelson <mmichelson@f38db490-d61c-443f-a65b-d21fe96a405b>2011-01-26 21:02:56 +0000
committermmichelson <mmichelson@f38db490-d61c-443f-a65b-d21fe96a405b>2011-01-26 21:02:56 +0000
commit49b72cbd9a722981b5e9420a6ef297b3f7a69df7 (patch)
tree4e4340b6576fa11064cb267b4a35526449cfb33e /main
parent08a0b8006c2bb4cd48aea07f77023a12700c421a (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: http://svn.digium.com/svn/asterisk/branches/1.8@304251 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 100044919..374dc1d17 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;
}