CVSROOT: /cvs Module name: src Changes by: bl...@cvs.openbsd.org 2022/05/04 08:47:46
Modified files: usr.sbin/syslogd: syslogd.c Log message: Variable pri is uninitialized, use msg.m_pri instead. This affects the priority of userland messages with kernel or unspecified facility. broken in previous commit; fix from markus@