mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
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:
@@ -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)
|
||||
|
Reference in New Issue
Block a user