Commit 4bf136b0c33c0066e1a4da8c236b42d4f655073f

Nicolas Cavallari 2021-06-23T16:53:53

config: fix included configs not refreshed more than once If 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.