diff options
author | Denys Vlasenko | 2022-12-13 23:21:59 +0100 |
---|---|---|
committer | Denys Vlasenko | 2022-12-13 23:21:59 +0100 |
commit | 9898db4c948b9610608a4adda0f1389052c656be (patch) | |
tree | 7de6bcb964119033def1aed951eabc81209bb928 /networking/udhcp | |
parent | 7710250e4a610ae6a4d8f6feb5500f16f82d19f4 (diff) | |
download | busybox-9898db4c948b9610608a4adda0f1389052c656be.zip busybox-9898db4c948b9610608a4adda0f1389052c656be.tar.gz |
udhcpc6: remove stray comment
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'networking/udhcp')
-rw-r--r-- | networking/udhcp/d6_dhcpc.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/networking/udhcp/d6_dhcpc.c b/networking/udhcp/d6_dhcpc.c index c7f130a..fd196eb 100644 --- a/networking/udhcp/d6_dhcpc.c +++ b/networking/udhcp/d6_dhcpc.c @@ -890,7 +890,6 @@ int send_d6_release(struct in6_addr *server_ipv6, struct in6_addr *our_cur_ipv6) if (client6_data.ia_pd) opt_ptr = mempcpy(opt_ptr, client6_data.ia_pd, client6_data.ia_pd->len + 2+2); /* Client-id */ -///vda ci = udhcp_find_option(client_data.options, D6_OPT_CLIENTID, /*dhcpv6:*/ 1); if (ci) opt_ptr = mempcpy(opt_ptr, ci->data, D6_OPT_DATA + 2+2 + 6); |