mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-06 04:30:28 +00:00
Merged revisions 61958 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r61958 | file | 2007-04-25 21:25:03 -0400 (Wed, 25 Apr 2007) | 2 lines Don't count failed include attempts against the configuration include level. (issue #9593 reported by mostyn) ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@61959 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -1269,6 +1269,8 @@ struct ast_config *ast_config_internal_load(const char *filename, struct ast_con
|
||||
|
||||
if (result)
|
||||
result->include_level--;
|
||||
else
|
||||
cfg->include_level--;
|
||||
|
||||
return result;
|
||||
}
|
||||
|
Reference in New Issue
Block a user