From 9898db4c948b9610608a4adda0f1389052c656be Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Tue, 13 Dec 2022 23:21:59 +0100 Subject: udhcpc6: remove stray comment Signed-off-by: Denys Vlasenko --- networking/udhcp/d6_dhcpc.c | 1 - 1 file changed, 1 deletion(-) 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); -- cgit v1.1