summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2017-02-23 00:11:52 +0100
committerThomas Haller <thaller@redhat.com>2017-02-23 00:12:00 +0100
commit6972c903d27558f63d21d00b774adf4ba1398c20 (patch)
tree6d9e53fccc1b40cd73f33f10e201582cc1af95d2
parent161eb65330e0ea3bada25fd6ef8e5892a7de4157 (diff)
downloadNetworkManager-6972c903d27558f63d21d00b774adf4ba1398c20.tar.gz
fixup! team: support the ethernet.cloned-mac-address property
-rw-r--r--src/devices/team/nm-device-team.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/team/nm-device-team.c b/src/devices/team/nm-device-team.c
index 20ce520a99..ed2dc3e80e 100644
--- a/src/devices/team/nm-device-team.c
+++ b/src/devices/team/nm-device-team.c
@@ -526,7 +526,7 @@ teamd_start (NMDevice *device, NMConnection *connection)
const char *config;
nm_auto_free const char *config_free = NULL;
NMSettingTeam *s_team;
- char *cloned_mac = NULL;
+ gs_free char *cloned_mac = NULL;
s_team = nm_connection_get_setting_team (connection);
g_return_val_if_fail (s_team, FALSE);