diff --git a/src/config/conf.c b/src/config/conf.c index 346e84fd..1d89154c 100644 --- a/src/config/conf.c +++ b/src/config/conf.c @@ -345,6 +345,7 @@ parse_unset(struct option *opt_tree, struct conf_parsing_state *state, if (!mirror) { if (opt->flags & OPT_ALLOC) delete_option(opt); + else mark_option_as_deleted(opt); } else { if (opt->flags & OPT_DELETED) opt->flags |= OPT_WATERMARK;