From: florian Date: Sun, 26 Jun 2022 16:01:39 +0000 (+0000) Subject: remove outdated comment X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=f545c7adf994ebdc7519f856cea5cad075950f09;p=openbsd remove outdated comment --- diff --git a/sbin/slaacd/engine.c b/sbin/slaacd/engine.c index 164603c9e83..8270608124e 100644 --- a/sbin/slaacd/engine.c +++ b/sbin/slaacd/engine.c @@ -1,4 +1,4 @@ -/* $OpenBSD: engine.c,v 1.77 2022/03/21 16:25:47 florian Exp $ */ +/* $OpenBSD: engine.c,v 1.78 2022/06/26 16:01:39 florian Exp $ */ /* * Copyright (c) 2017 Florian Obser @@ -574,7 +574,6 @@ engine_dispatch_frontend(int fd, short event, void *bula) &dup_addr.addr); if (addr_proposal) { - /* XXX should we inform netcfgd? */ addr_proposal->state = PROPOSAL_DUPLICATED; tv.tv_sec = 0; tv.tv_usec = arc4random_uniform(1000000); @@ -993,7 +992,6 @@ remove_slaacd_iface(uint32_t if_index) LIST_REMOVE(ra, entries); free_ra(ra); } - /* XXX inform netcfgd? */ while(!LIST_EMPTY(&iface->addr_proposals)) { addr_proposal = LIST_FIRST(&iface->addr_proposals); free_address_proposal(addr_proposal);