CVSROOT: /cvs Module name: src Changes by: mart...@cvs.openbsd.org 2019/07/01 01:40:43
Modified files: usr.sbin/smtpd : lka_filter.c Log message: The proceed reply doesn't have a parameter, resulting in subsequent filters in a chain to receive a "(null)" parameter. Fix this by storing the current parameter in the session. Found the hard way and fix tested by Mischa Peters. OK gilles@