mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
Fix compile warning
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2651 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -661,7 +661,7 @@ static struct ast_frame *oss_read(struct ast_channel *chan)
|
||||
return &f;
|
||||
}
|
||||
|
||||
static int oss_fixup(struct ast_channel *oldchan, struct ast_channel *newchan, int needlock)
|
||||
static int oss_fixup(struct ast_channel *oldchan, struct ast_channel *newchan)
|
||||
{
|
||||
struct chan_oss_pvt *p = newchan->pvt->pvt;
|
||||
p->owner = newchan;
|
||||
|
Reference in New Issue
Block a user