From: florian Date: Tue, 28 Jun 2022 13:35:42 +0000 (+0000) Subject: unbreak build; found the hard way by stsp X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=bcd03ad34e3dc91eafc210201329d2102214ceea;p=openbsd unbreak build; found the hard way by stsp --- diff --git a/sbin/slaacd/engine.c b/sbin/slaacd/engine.c index 968efb74f13..db6d619abf1 100644 --- a/sbin/slaacd/engine.c +++ b/sbin/slaacd/engine.c @@ -1,4 +1,4 @@ -/* $OpenBSD: engine.c,v 1.79 2022/06/28 09:21:58 florian Exp $ */ +/* $OpenBSD: engine.c,v 1.80 2022/06/28 13:35:42 florian Exp $ */ /* * Copyright (c) 2017 Florian Obser @@ -698,7 +698,6 @@ engine_dispatch_main(int fd, short event, void *bula) addr_proposal->state = PROPOSAL_CONFIGURED; addr_proposal->vltime = imsg_addrinfo.vltime; addr_proposal->pltime = imsg_addrinfo.pltime; - addr_proposal->timeout_count = 0; timeout_from_lifetime(addr_proposal);