diff options
author | Florian Obser <florian@cvs.openbsd.org> | 2022-06-28 13:35:43 +0000 |
---|---|---|
committer | Florian Obser <florian@cvs.openbsd.org> | 2022-06-28 13:35:43 +0000 |
commit | 0052b807b72f8d114d655b0aa950c8b350428bbc (patch) | |
tree | 928bf528928007ce4b2d8ad7da8cea82ab0fe5df /sbin | |
parent | afbb65961965567ee42e9edd4aa27046790f601e (diff) |
unbreak build; found the hard way by stsp
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/slaacd/engine.c | 3 |
1 files changed, 1 insertions, 2 deletions
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 <florian@openbsd.org> @@ -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); |