aboutsummaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authortilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2008-05-30 17:13:20 +0000
committertilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2008-05-30 17:13:20 +0000
commit9fda3c1d172449c577bae54491fcb3413c3c5d69 (patch)
tree80d18a7506f533613308fddb98045e37424860e2 /apps
parented870e5775d2aa5a23fcbcaaa789fd5df4581e8d (diff)
Oops, broke 1.6 (thanks MattF)
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.0@119304 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'apps')
-rw-r--r--apps/app_stack.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/app_stack.c b/apps/app_stack.c
index 5a8334771..f181fe952 100644
--- a/apps/app_stack.c
+++ b/apps/app_stack.c
@@ -505,7 +505,7 @@ static int unload_module(void)
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;