diff --git a/config.c b/config.c index 98d2918b..e5cd6723 100644 --- a/config.c +++ b/config.c @@ -3195,6 +3195,7 @@ config_load(struct config *conf, const char *conf_path, ret = !errors_are_fatal; fclose(f); + conf_file.fd = -1; } }