summaryrefslogtreecommitdiff
path: root/channels/chan_oss.c
diff options
context:
space:
mode:
Diffstat (limited to 'channels/chan_oss.c')
-rwxr-xr-xchannels/chan_oss.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/channels/chan_oss.c b/channels/chan_oss.c
index 3557ac022..a99be0007 100755
--- a/channels/chan_oss.c
+++ b/channels/chan_oss.c
@@ -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)
+static int oss_fixup(struct ast_channel *oldchan, struct ast_channel *newchan, int needlock)
{
struct chan_oss_pvt *p = newchan->pvt->pvt;
p->owner = newchan;