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:
314d4e6
)
Once we get past the file checks, we're loading, so clear the FILEUNCHANGED flag...
author
Tilghman Lesher
<tilghman@meg.abyt.es>
Mon, 3 Sep 2007 18:01:58 +0000
(18:01 +0000)
committer
Tilghman Lesher
<tilghman@meg.abyt.es>
Mon, 3 Sep 2007 18:01:58 +0000
(18:01 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@81432
65c4cc65
-6c06-0410-ace0-
fbb531ad65f3
main/config.c
patch
|
blob
|
history
diff --git
a/main/config.c
b/main/config.c
index
5889a03
..
472d6fa
100644
(file)
--- 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)) {