diff options
author | Thomas Haller <thaller@redhat.com> | 2014-10-20 11:46:52 +0200 |
---|---|---|
committer | Thomas Haller <thaller@redhat.com> | 2014-10-20 11:52:50 +0200 |
commit | 78ac8151a255e233ac3191e7eb7e9b3e31e1bcb8 (patch) | |
tree | ed8142e6eb516d12668ca9cd3e0e4eccac93ec52 /src/dhcp-manager/nm-dhcp-dhclient-utils.c | |
parent | 461da6fe1a5e9b7080281055bf5d5fb23a1e9922 (diff) | |
parent | ae36f1bbdc75f999e8b02a05d44af098b5f6ecab (diff) | |
download | NetworkManager-th/lr-rdisc-mtu.tar.gz |
rdisc: merge branch 'lkundrak/lr-rdisc-mtu' (bgo#738104)th/lr-rdisc-mtu
https://bugzilla.gnome.org/show_bug.cgi?id=738104
Signed-off-by: Thomas Haller <thaller@redhat.com>
Diffstat (limited to 'src/dhcp-manager/nm-dhcp-dhclient-utils.c')
-rw-r--r-- | src/dhcp-manager/nm-dhcp-dhclient-utils.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dhcp-manager/nm-dhcp-dhclient-utils.c b/src/dhcp-manager/nm-dhcp-dhclient-utils.c index 6c5be77cb8..d39da6b9f9 100644 --- a/src/dhcp-manager/nm-dhcp-dhclient-utils.c +++ b/src/dhcp-manager/nm-dhcp-dhclient-utils.c @@ -623,7 +623,7 @@ nm_dhcp_dhclient_read_lease_ip_configs (const char *iface, address.timestamp = now_monotonic_ts; address.lifetime = address.preferred = expiry; - address.source = NM_PLATFORM_SOURCE_DHCP; + address.source = NM_IP_CONFIG_SOURCE_DHCP; ip4 = nm_ip4_config_new (); nm_ip4_config_add_address (ip4, &address); |