• Show log

    Commit

  • Hash : 4bf136b0
    Author : Nicolas Cavallari
    Date : 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.