mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-26 10:39:23 +01:00
hotspot: Use AutoConnect instead of Autoconnect
This commit is contained in:
parent
2dec3ff1b6
commit
356fadad5a
@ -330,7 +330,7 @@ static struct hs20_config *hs20_config_new(struct l_settings *settings,
|
||||
|
||||
rc_str = l_settings_get_value(settings, "Hotspot", "RoamingConsortium");
|
||||
|
||||
if (!l_settings_get_bool(settings, "Settings", "Autoconnect",
|
||||
if (!l_settings_get_bool(settings, "Settings", "AutoConnect",
|
||||
&autoconnect))
|
||||
autoconnect = true;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user