remove some more local declarations of null frames

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@9004 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Russell Bryant
2006-01-31 17:57:12 +00:00
parent e01861fafd
commit a228af1dd9
4 changed files with 7 additions and 14 deletions

View File

@@ -3103,9 +3103,8 @@ static int iax2_setoption(struct ast_channel *c, int option, void *data, int dat
static struct ast_frame *iax2_read(struct ast_channel *c)
{
static struct ast_frame f = { AST_FRAME_NULL, };
ast_log(LOG_NOTICE, "I should never be called!\n");
return &f;
return &ast_null_frame;
}
static int iax2_start_transfer(unsigned short callno0, unsigned short callno1)