[asterisk-commits] file: trunk r47288 - in /trunk: ./
channels/chan_local.c
asterisk-commits at lists.digium.com
asterisk-commits at lists.digium.com
Tue Nov 7 13:16:03 MST 2006
Author: file
Date: Tue Nov 7 14:16:02 2006
New Revision: 47288
URL: http://svn.digium.com/view/asterisk?rev=47288&view=rev
Log:
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...
........
Modified:
trunk/ (props changed)
trunk/channels/chan_local.c
Propchange: trunk/
------------------------------------------------------------------------------
Binary property 'branch-1.4-merged' - no diff available.
Modified: trunk/channels/chan_local.c
URL: http://svn.digium.com/view/asterisk/trunk/channels/chan_local.c?rev=47288&r1=47287&r2=47288&view=diff
==============================================================================
--- trunk/channels/chan_local.c (original)
+++ trunk/channels/chan_local.c Tue Nov 7 14:16:02 2006
@@ -313,7 +313,7 @@
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;
More information about the asterisk-commits
mailing list