mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-12-22 13:02:44 +01:00
network: fix double whitespace
This commit is contained in:
parent
ccf571f78b
commit
b2d0bb08a0
@ -1226,7 +1226,7 @@ static struct l_dbus_message *network_connect_psk(struct network *network,
|
||||
*/
|
||||
bool need_passphrase = bss_is_sae(bss);
|
||||
|
||||
if (!network_settings_load(network)) {
|
||||
if (!network_settings_load(network)) {
|
||||
network->settings = l_settings_new();
|
||||
network->ask_passphrase = true;
|
||||
} else if (!network->ask_passphrase)
|
||||
|
Loading…
Reference in New Issue
Block a user