diff options
author | Thomas Haller <thaller@redhat.com> | 2017-09-21 15:33:31 +0200 |
---|---|---|
committer | Thomas Haller <thaller@redhat.com> | 2017-09-21 15:33:32 +0200 |
commit | 61f0f198bf97dca9d652eda10c81a279db5f20c9 (patch) | |
tree | 4f5b316b70c3d29a496ad5215ed5ec08adde3c0a /src/dhcp | |
parent | 843ea77e93af230ba113adae2ed92fe80db83717 (diff) | |
parent | eba874f859945a7a9aa22735cd20b144dc0eb918 (diff) |
systemd: merge branch systemd into master
Diffstat (limited to 'src/dhcp')
-rw-r--r-- | src/dhcp/nm-dhcp-systemd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dhcp/nm-dhcp-systemd.c b/src/dhcp/nm-dhcp-systemd.c index c3c986d0c..38d748736 100644 --- a/src/dhcp/nm-dhcp-systemd.c +++ b/src/dhcp/nm-dhcp-systemd.c @@ -606,7 +606,7 @@ ip4_start (NMDhcpClient *client, const char *dhcp_anycast_addr, const char *last g_free (priv->lease_file); priv->lease_file = get_leasefile_path (AF_INET, iface, nm_dhcp_client_get_uuid (client)); - r = sd_dhcp_client_new (&priv->client4); + r = sd_dhcp_client_new (&priv->client4, FALSE); if (r < 0) { _LOGW ("failed to create client (%d)", r); return FALSE; |