summaryrefslogtreecommitdiff
path: root/src/nm-config.c
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2016-10-13 18:52:12 +0200
committerThomas Haller <thaller@redhat.com>2016-10-28 16:44:56 +0200
commit416164aa29c45d8071c8767fed866e06ee0e9169 (patch)
tree731abbba8017c657822c128a4092a7479d9358c6 /src/nm-config.c
parent5912b2f9a170893002b789fe37a7784eefac4e34 (diff)
downloadNetworkManager-416164aa29c45d8071c8767fed866e06ee0e9169.tar.gz
device: treat fake permanent MAC address mostly like a real one
Now that we persist the fake permanent address across restart of NetworkManager, we want to consider fake addresses as good enough in most cases.
Diffstat (limited to 'src/nm-config.c')
-rw-r--r--src/nm-config.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nm-config.c b/src/nm-config.c
index 7f22b54f74..3f492026a1 100644
--- a/src/nm-config.c
+++ b/src/nm-config.c
@@ -400,7 +400,7 @@ nm_config_set_no_auto_default_for_device (NMConfig *self, NMDevice *device)
priv = NM_CONFIG_GET_PRIVATE (self);
- hw_address = nm_device_get_permanent_hw_address (device, TRUE);
+ hw_address = nm_device_get_permanent_hw_address (device);
if (!hw_address)
return;