summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2016-02-13 14:55:49 +0100
committerThomas Haller <thaller@redhat.com>2016-02-13 14:55:49 +0100
commit37b282d9afd98544b1316743fcfd24a4142c9ef7 (patch)
tree51937ca63cb55d65687ad460fb2eaebb2ce77012
parentca5622360faa66205fb3324f4e3dc34c9ef38135 (diff)
downloadNetworkManager-bg/dhcp-timeout-property-bgo761464.tar.gz
fixup! dhcp: add support for configuring DHCPv6 timeoutbg/dhcp-timeout-property-bgo761464
-rw-r--r--src/devices/nm-device.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/nm-device.c b/src/devices/nm-device.c
index 0c5a635d2a..ae72f2f62a 100644
--- a/src/devices/nm-device.c
+++ b/src/devices/nm-device.c
@@ -4530,7 +4530,7 @@ dhcp_get_timeout (NMDevice *self, NMSettingIPConfig *s_ip)
{
NMDevicePrivate *priv = NM_DEVICE_GET_PRIVATE (self);
gs_free char *value = NULL;
- char *prop_name;
+ const char *prop_name;
int timeout;
timeout = nm_setting_ip_config_get_dhcp_timeout (s_ip);