mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-06 07:58:00 +02: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,
|
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