Skip to content
Snippets Groups Projects
Commit 7659f6d5 authored by Joshua Colp's avatar Joshua Colp
Browse files

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: https://origsvn.digium.com/svn/asterisk/trunk@47288 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent 66d3792f
No related branches found
No related tags found
No related merge requests found
...@@ -313,7 +313,7 @@ static int local_fixup(struct ast_channel *oldchan, struct ast_channel *newchan) ...@@ -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) static int local_indicate(struct ast_channel *ast, int condition, const void *data, size_t datalen)
{ {
struct local_pvt *p = ast->tech_pvt; struct local_pvt *p = ast->tech_pvt;
int res = -1; int res = 0;
struct ast_frame f = { AST_FRAME_CONTROL, }; struct ast_frame f = { AST_FRAME_CONTROL, };
int isoutbound; int isoutbound;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment