supplicant-config: fix misleading indentation

(cherry picked from commit 357a1c61a0)
This commit is contained in:
Lubomir Rintel 2016-03-20 17:05:35 +01:00
parent 79127634e5
commit 6772259630

View file

@ -728,8 +728,8 @@ nm_supplicant_config_add_setting_wireless_security (NMSupplicantConfig *self,
} else {
/* 802.1x for Dynamic WEP and WPA-Enterprise */
if (!strcmp (key_mgmt, "ieee8021x") || !strcmp (key_mgmt, "wpa-eap")) {
if (!setting_8021x)
return FALSE;
if (!setting_8021x)
return FALSE;
if (!nm_supplicant_config_add_setting_8021x (self, setting_8021x, con_uuid, mtu, FALSE))
return FALSE;
}