Make sure other drivers also zero delivery (thanks to steven davies)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3295 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Mark Spencer
2004-06-24 13:27:44 +00:00
parent f6f67727c6
commit b0972b8d1f
9 changed files with 29 additions and 0 deletions

View File

@@ -160,6 +160,8 @@ static struct ast_frame *nbs_xread(struct ast_channel *ast)
p->fr.src = type;
p->fr.offset = 0;
p->fr.mallocd=0;
p->fr.delivery.tv_sec = 0;
p->fr.delivery.tv_usec = 0;
ast_log(LOG_DEBUG, "Returning null frame on %s\n", ast->name);