mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-03 05:50:12 +01:00
initrd: fix indentation in iBFT reader
This commit is contained in:
parent
bba7663407
commit
6a8c6ed674
1 changed files with 2 additions and 2 deletions
|
|
@ -200,8 +200,8 @@ ip_setting_add_from_block (GHashTable *nic,
|
|||
g_return_val_if_reached (FALSE);
|
||||
}
|
||||
g_object_set (s_ip,
|
||||
NM_SETTING_IP_CONFIG_METHOD, method,
|
||||
NM_SETTING_IP_CONFIG_MAY_FAIL, FALSE,
|
||||
NM_SETTING_IP_CONFIG_METHOD, method,
|
||||
NM_SETTING_IP_CONFIG_MAY_FAIL, FALSE,
|
||||
NULL);
|
||||
|
||||
if (s_gateway && !nm_utils_ipaddr_is_valid (family, s_gateway)) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue