summaryrefslogtreecommitdiff
path: root/main
diff options
context:
space:
mode:
Diffstat (limited to 'main')
-rw-r--r--main/config.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/main/config.c b/main/config.c
index 5889a0358..472d6fa0f 100644
--- a/main/config.c
+++ b/main/config.c
@@ -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)) {