mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-07 10:28:32 +00:00
automerge commit
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2-netsec@69515 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
2
config.c
2
config.c
@@ -661,7 +661,7 @@ static struct ast_config *config_text_file_load(const char *database, const char
|
|||||||
fclose(f);
|
fclose(f);
|
||||||
} while(0);
|
} while(0);
|
||||||
if (comment) {
|
if (comment) {
|
||||||
ast_log(LOG_WARNING,"Unterminated comment detected beginning on line %d\n", nest[comment]);
|
ast_log(LOG_WARNING,"Unterminated comment detected beginning on line %d\n", nest[comment - 1]);
|
||||||
}
|
}
|
||||||
#ifdef AST_INCLUDE_GLOB
|
#ifdef AST_INCLUDE_GLOB
|
||||||
if (!cfg)
|
if (!cfg)
|
||||||
|
|||||||
Reference in New Issue
Block a user