aboutsummaryrefslogtreecommitdiffstats
path: root/pbx
diff options
context:
space:
mode:
authormurf <murf@f38db490-d61c-443f-a65b-d21fe96a405b>2007-03-27 18:21:50 +0000
committermurf <murf@f38db490-d61c-443f-a65b-d21fe96a405b>2007-03-27 18:21:50 +0000
commite861d1ce31517e92050b926cd85d98a8c6f06f1b (patch)
treea7899db09af99e9c7431a5c1c60eb2bfe78d433a /pbx
parent2f63a6a8d5240e10696d8fc9644b421caa3d68c5 (diff)
Merged revisions 59261 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r59261 | murf | 2007-03-27 12:16:32 -0600 (Tue, 27 Mar 2007) | 1 line via 9373 (duplicate context in AEL crashes asterisk), kpfleming pointed on asterisk-dev, that DECLINE in this case the proper thing to do. This change now has it doing the proper thing. ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@59264 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'pbx')
-rw-r--r--pbx/pbx_ael.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pbx/pbx_ael.c b/pbx/pbx_ael.c
index 6ca9b3458..0a43ff0cf 100644
--- a/pbx/pbx_ael.c
+++ b/pbx/pbx_ael.c
@@ -4053,7 +4053,7 @@ static int pbx_load_module(void)
} else {
ast_log(LOG_ERROR, "Sorry, but %d syntax errors and %d semantic errors were detected. It doesn't make sense to compile.\n", errs, sem_err);
destroy_pval(parse_tree); /* free up the memory */
- return AST_MODULE_LOAD_FAILURE;
+ return AST_MODULE_LOAD_DECLINE;
}
destroy_pval(parse_tree); /* free up the memory */