CVSROOT: /cvs Module name: src Changes by: [email protected] 2024/08/24 10:35:05
Modified files:
sbin/slaacd : engine.c
Log message:
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
