Skip to content

Reset wifi security when changing edited connection

Nicolas Fella requested to merge work/nico/vpn-is-not-wifi into master

initialize() sets m_wifiSecurity for Wifi connections, but doesn't null it when it's not a wifi connection

That means when switching from a wifi to non-wifi connection m_wifiSecurity will not be changed

This will cause onAllUsersChanged to do things it shouldn't do

BUG: 463753

Merge request reports