CVSROOT: /cvs Module name: src Changes by: o...@cvs.openbsd.org 2025/06/01 02:47:51
Modified files: usr.sbin/smtpd : smtpd.c Log message: simplify purge_task the `if (n > 2)' is a bit subtle and we don't need to read all the directory anyway to decide whether it's empty. prodded by deraadt, ok gilles