Simplify engine_showinfo_ctl()
authorflorian <florian@openbsd.org>
Sat, 24 Aug 2024 16:35:05 +0000 (16:35 +0000)
committerflorian <florian@openbsd.org>
Sat, 24 Aug 2024 16:35:05 +0000 (16:35 +0000)
commit9a7d784aa6c457af071265f8f47c730eed42b84d
tree5e2914c2bda5cb5c9fa46d964aa17a5d40f09288
parent46c03dec08cc0b2ba97a70ace8666a47d93944e5
Simplify engine_showinfo_ctl()

It only handles one imsg type these days, so it doesn't need to peek
into struct imsg at all.

pointed out by & OK tb
sbin/slaacd/engine.c