aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_local.c
diff options
context:
space:
mode:
authorfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2006-11-07 20:16:02 +0000
committerfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2006-11-07 20:16:02 +0000
commitc347b4f11cda5733f217deac8c9f852fc46945f0 (patch)
treed0d511759af1c7b15061d22285ae0bfc5803e3db /channels/chan_local.c
parent7f6ad058e599e85fee2d977c92b6447b6dc99196 (diff)
Merged revisions 47287 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r47287 | file | 2006-11-07 15:14:58 -0500 (Tue, 07 Nov 2006) | 2 lines This is not the commit you are looking for... ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@47288 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'channels/chan_local.c')
-rw-r--r--channels/chan_local.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/channels/chan_local.c b/channels/chan_local.c
index aea21f49f..db6081a53 100644
--- a/channels/chan_local.c
+++ b/channels/chan_local.c
@@ -313,7 +313,7 @@ static int local_fixup(struct ast_channel *oldchan, struct ast_channel *newchan)
static int local_indicate(struct ast_channel *ast, int condition, const void *data, size_t datalen)
{
struct local_pvt *p = ast->tech_pvt;
- int res = -1;
+ int res = 0;
struct ast_frame f = { AST_FRAME_CONTROL, };
int isoutbound;