From 4094a9f57e6c2163543d3204ec527fb7d4f431c6 Mon Sep 17 00:00:00 2001 From: Mark Michelson Date: Fri, 2 Mar 2012 01:25:36 +0000 Subject: Fix compilation error due to typo during channel opaquification. s/ast_channel_fd_set/ast_channel_internal_fd_set/g git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@357774 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- channels/chan_dahdi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/channels/chan_dahdi.c b/channels/chan_dahdi.c index 59d65e395..c4ce90942 100644 --- a/channels/chan_dahdi.c +++ b/channels/chan_dahdi.c @@ -3078,7 +3078,7 @@ static void my_pri_fixup_chans(void *chan_old, void *chan_new) old_chan->owner = NULL; if (new_chan->owner) { ast_channel_tech_pvt_set(new_chan->owner, new_chan); - ast_channel_fd_set(new_chan->owner, 0, new_chan->subs[SUB_REAL].dfd); + ast_channel_internal_fd_set(new_chan->owner, 0, new_chan->subs[SUB_REAL].dfd); new_chan->subs[SUB_REAL].owner = old_chan->subs[SUB_REAL].owner; old_chan->subs[SUB_REAL].owner = NULL; } -- cgit v1.2.3