artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e8387bc
)
unbreak build; found the hard way by stsp
author
florian
<florian@openbsd.org>
Tue, 28 Jun 2022 13:35:42 +0000
(13:35 +0000)
committer
florian
<florian@openbsd.org>
Tue, 28 Jun 2022 13:35:42 +0000
(13:35 +0000)
sbin/slaacd/engine.c
patch
|
blob
|
history
diff --git
a/sbin/slaacd/engine.c
b/sbin/slaacd/engine.c
index
968efb7
..
db6d619
100644
(file)
--- 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);