config_new_empty() should give us a completely empty config, let
authorflorian <florian@openbsd.org>
Fri, 22 Oct 2021 15:03:28 +0000 (15:03 +0000)
committerflorian <florian@openbsd.org>
Fri, 22 Oct 2021 15:03:28 +0000 (15:03 +0000)
commitcf9537f6b724ede0227e0e26a62491700c9cfa4c
treee63ade75a212e8896a08ecc67bf160bac6a35581
parent91fe5c41598eafcca3f7aea1a192c848c1b909a5
config_new_empty() should give us a completely empty config, let
parse_config() handle the case of defaults. This prevents the resolver
process from spinning up resolver strategies before the config has
been parsed and tearing them down immediately after if they are not
listed in the config files preferences section.

OK kn
sbin/unwind/parse.y
sbin/unwind/unwind.c