[asterisk-commits] tilghman: branch 1.6.0 r119304 - /branches/1.6.0/apps/app_stack.c

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Fri May 30 12:13:21 CDT 2008


Author: tilghman
Date: Fri May 30 12:13:20 2008
New Revision: 119304

URL: http://svn.digium.com/view/asterisk?view=rev&rev=119304
Log:
Oops, broke 1.6 (thanks MattF)

Modified:
    branches/1.6.0/apps/app_stack.c

Modified: branches/1.6.0/apps/app_stack.c
URL: http://svn.digium.com/view/asterisk/branches/1.6.0/apps/app_stack.c?view=diff&rev=119304&r1=119303&r2=119304
==============================================================================
--- branches/1.6.0/apps/app_stack.c (original)
+++ branches/1.6.0/apps/app_stack.c Fri May 30 12:13:20 2008
@@ -505,7 +505,7 @@
 static int load_module(void)
 {
 	struct ast_context *con;
-	con = ast_context_find_or_create(NULL, NULL, "app_stack_gosub_virtual_context", "app_stack");
+	con = ast_context_find_or_create(NULL, "app_stack_gosub_virtual_context", "app_stack");
 	if (!con) {
 		ast_log(LOG_ERROR, "Virtual context 'app_stack_gosub_virtual_context' does not exist and unable to create\n");
 		return AST_MODULE_LOAD_DECLINE;




More information about the asterisk-commits mailing list