mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-07 17:48:05 +02:00
device: fix wrong connection default property
Fixes:96cabbcbb8(cherry picked from commit218d7687a0) (cherry picked from commit70cbda40cb)
This commit is contained in:
parent
a47c3b2e24
commit
a3546bb28d
1 changed files with 1 additions and 1 deletions
|
|
@ -14734,7 +14734,7 @@ _get_generate_mac_address_mask_setting (NMDevice *self, NMConnection *connection
|
||||||
}
|
}
|
||||||
|
|
||||||
a = nm_config_data_get_connection_default (NM_CONFIG_GET_DATA,
|
a = nm_config_data_get_connection_default (NM_CONFIG_GET_DATA,
|
||||||
is_wifi ? "wifi.generate-mac-address-mask" : "ethernet.generate-mac-mac-address-mask",
|
is_wifi ? "wifi.generate-mac-address-mask" : "ethernet.generate-mac-address-mask",
|
||||||
self);
|
self);
|
||||||
if (!a)
|
if (!a)
|
||||||
return NULL;
|
return NULL;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue