dect
/
asterisk
Archived
13
0
Fork 0

Clear out delivery fields just in case

git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2613 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
markster 2004-04-04 20:43:07 +00:00
parent 3b9233aa3f
commit e358cb1cce
1 changed files with 4 additions and 0 deletions

View File

@ -3348,6 +3348,8 @@ static struct ast_frame *__zt_exception(struct ast_channel *ast)
p->subs[index].f.mallocd = 0;
p->subs[index].f.offset = 0;
p->subs[index].f.subclass = 0;
p->subs[index].f.delivery.tv_sec = 0;
p->subs[index].f.delivery.tv_usec = 0;
p->subs[index].f.src = "zt_exception";
p->subs[index].f.data = NULL;
@ -3462,6 +3464,8 @@ struct ast_frame *zt_read(struct ast_channel *ast)
p->subs[index].f.mallocd = 0;
p->subs[index].f.offset = 0;
p->subs[index].f.subclass = 0;
p->subs[index].f.delivery.tv_sec = 0;
p->subs[index].f.delivery.tv_usec = 0;
p->subs[index].f.src = "zt_read";
p->subs[index].f.data = NULL;