Forgot to initialize status_code in previous.
authorflorian <florian@openbsd.org>
Thu, 11 Jul 2024 09:39:13 +0000 (09:39 +0000)
committerflorian <florian@openbsd.org>
Thu, 11 Jul 2024 09:39:13 +0000 (09:39 +0000)
commit363167f48f4308ba0d1a21a347c4d2c6274afdac
tree489a2a24e3a8ebe5ca0ea1f860531906cf672780
parentfa6dda612fe5f7008fb17d02fade39789270786e
Forgot to initialize status_code in previous.

No STATUS_CODE option from the server means "success", but we are now
using stack garbage, which is usually not "success".
sbin/dhcp6leased/engine.c