mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-27 10:30:13 +01: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,
|
||||
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);
|
||||
if (!a)
|
||||
return NULL;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue