[svn-commits] file: branch 1.4 r47287 - /branches/1.4/channels/chan_local.c

svn-commits at lists.digium.com svn-commits at lists.digium.com
Tue Nov 7 13:14:59 MST 2006


Author: file
Date: Tue Nov  7 14:14:58 2006
New Revision: 47287

URL: http://svn.digium.com/view/asterisk?rev=47287&view=rev
Log:
This is not the commit you are looking for...

Modified:
    branches/1.4/channels/chan_local.c

Modified: branches/1.4/channels/chan_local.c
URL: http://svn.digium.com/view/asterisk/branches/1.4/channels/chan_local.c?rev=47287&r1=47286&r2=47287&view=diff
==============================================================================
--- branches/1.4/channels/chan_local.c (original)
+++ branches/1.4/channels/chan_local.c Tue Nov  7 14:14:58 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 svn-commits mailing list