summaryrefslogtreecommitdiff
path: root/src/network/networkd-dhcp6.c
diff options
context:
space:
mode:
authorTom Gundersen <teg@jklm.no>2016-05-20 19:00:08 +0200
committerTom Gundersen <teg@jklm.no>2016-05-20 19:00:08 +0200
commite4de3d23bbadfa4004f9c8e431c4011102ea42c1 (patch)
treeaa5c323d9676aea25c27053759596aec6f569a34 /src/network/networkd-dhcp6.c
parente506f43666e80a931e0ed6a66dd6f3bf76fbfaf2 (diff)
parent59bc1530b8a06621bf29109984898daa3f8cc6ce (diff)
Merge pull request #3304 from tomty89/master
[networkd] ndisc DHCPv6 triggering fixes
Diffstat (limited to 'src/network/networkd-dhcp6.c')
-rw-r--r--src/network/networkd-dhcp6.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/network/networkd-dhcp6.c b/src/network/networkd-dhcp6.c
index 6085b28f86..37e13e639e 100644
--- a/src/network/networkd-dhcp6.c
+++ b/src/network/networkd-dhcp6.c
@@ -194,12 +194,6 @@ int dhcp6_request_address(Link *link) {
if (r < 0)
return r;
- if (running) {
- r = sd_dhcp6_client_start(link->dhcp6_client);
- if (r < 0)
- return r;
- }
-
return 0;
}