projects
/
asterisk/asterisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bc92c22
)
Restore ignoring missing include files (bug #2825)
author
Mark Spencer
<markster@digium.com>
Sat, 11 Dec 2004 20:03:42 +0000
(20:03 +0000)
committer
Mark Spencer
<markster@digium.com>
Sat, 11 Dec 2004 20:03:42 +0000
(20:03 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4428
65c4cc65
-6c06-0410-ace0-
fbb531ad65f3
config.c
patch
|
blob
|
history
diff --git
a/config.c
b/config.c
index
4eaf9e4
..
4081165
100755
(executable)
--- a/
config.c
+++ b/
config.c
@@
-303,8
+303,7
@@
static int cfg_process(struct ast_config *tmp, struct ast_category **_tmpc, stru
if(arg && cur) {
ast_log(LOG_WARNING, "Including files with explicit config engine no longer permitted. Please use extconfig.conf to specify all mappings\n");
} else {
- if (!__ast_load(cur, tmp, _tmpc, _last, includelevel + 1))
- return -1;
+ __ast_load(cur, tmp, _tmpc, _last, includelevel + 1);
}
} else
ast_log(LOG_WARNING, "Maximum Include level (%d) exceeded\n", includelevel);