3
0
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:
James Prestwood 2022-01-24 11:18:02 -08:00 committed by Denis Kenzior
parent ccf571f78b
commit b2d0bb08a0

View File

@ -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)