aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_local.c
diff options
context:
space:
mode:
authorfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2006-11-07 20:14:58 +0000
committerfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2006-11-07 20:14:58 +0000
commitb3c737f0114f072f2c01eab99cfd6265fd6a1264 (patch)
tree4f12fb537243f24dd92e8cd60777052d00a72b17 /channels/chan_local.c
parentbd88fc8b8c74d0e90f07f98009d5712220a361cb (diff)
This is not the commit you are looking for...
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@47287 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;