config_file.c
29.9 KB
- 
config: fix included configs not refreshed more than once · 4bf136b0If an included config is refreshed twice, the second update is not taken into account. This is because the list of included files is cleared after re-reading the new configuration, instead of being cleared before. Fix it and add a test case to check for this bug. Nicolas Cavallari committed
