Files
portmaster/service/control
Alexandr Stelnykovych a3f746d2b1 fix: avoid error "config: request for unregistered option: spn/enable"
Access option 'spn/enable' only after full initialisation by replacing
the eagerly-initialised struct field (config.GetAsBool called at
construction time) with local variables declared at the call-site of
each function that needs the option.

Affected: service/control, service/interop/ivpn
2026-04-01 15:17:13 +03:00
..