mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
Once we get past the file checks, we're loading, so clear the FILEUNCHANGED flag (fixes #include) (closes issue #10629)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@81432 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -1135,6 +1135,8 @@ static struct ast_config *config_text_file_load(const char *database, const char
|
||||
continue;
|
||||
}
|
||||
count++;
|
||||
/* If we get to this point, then we're loading regardless */
|
||||
ast_clear_flag(&flags, CONFIG_FLAG_FILEUNCHANGED);
|
||||
ast_debug(1, "Parsing %s\n", fn);
|
||||
ast_verb(2, "Found\n");
|
||||
while (!feof(f)) {
|
||||
|
Reference in New Issue
Block a user