mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-27 12:50:09 +01:00
device: fix wrong connection default property
Fixes:96cabbcbb8(cherry picked from commit218d7687a0)
This commit is contained in:
parent
b64abe8572
commit
70cbda40cb
1 changed files with 1 additions and 1 deletions
|
|
@ -15290,7 +15290,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