aboutsummaryrefslogtreecommitdiffstats
path: root/indications.c
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-03-21 07:35:40 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-03-21 07:35:40 +0000
commit324d5b785fa58cb770c0974811126aaa0577914c (patch)
treea3debc142ab76fd8930d50db69fc30626ac58727 /indications.c
parent90d10fafd9741fe4fea60e9eec6b1024e303f2c4 (diff)
Take out unnecessary setting of delivery times.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2510 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'indications.c')
-rwxr-xr-xindications.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/indications.c b/indications.c
index 1f8b55555..fefec9153 100755
--- a/indications.c
+++ b/indications.c
@@ -123,8 +123,6 @@ static int playtones_generator(struct ast_channel *chan, void *data, int len, in
ps->f.samples = samples;
ps->f.offset = AST_FRIENDLY_OFFSET;
ps->f.data = ps->data;
- ps->f.delivery.tv_sec = 0;
- ps->f.delivery.tv_usec = 0;
ast_write(chan, &ps->f);
ps->pos += x;