[asterisk-commits] mmichelson: branch 1.4 r144758 - /branches/1.4/main/pbx.c

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Fri Sep 26 17:15:00 CDT 2008


Author: mmichelson
Date: Fri Sep 26 17:14:59 2008
New Revision: 144758

URL: http://svn.digium.com/view/asterisk?view=rev&rev=144758
Log:
This patch was applied to 1.4 but it completely
does not apply since the "found" pointer is not
passed in to this function. If this is going to
be backported, it needs to be done differently or
a deeper backport needs to be done.


Modified:
    branches/1.4/main/pbx.c

Modified: branches/1.4/main/pbx.c
URL: http://svn.digium.com/view/asterisk/branches/1.4/main/pbx.c?view=diff&rev=144758&r1=144757&r2=144758
==============================================================================
--- branches/1.4/main/pbx.c (original)
+++ branches/1.4/main/pbx.c Fri Sep 26 17:14:59 2008
@@ -1862,8 +1862,6 @@
 			return pbx_exec(c, app, passdata);	/* 0 on success, -1 on failure */
 		}
 	} else if (q.swo) {	/* not found here, but in another switch */
-		if (found)
-			*found = 1;
 		ast_unlock_contexts();
 		if (matching_action) {
 			return -1;




More information about the asterisk-commits mailing list