CVSROOT: /cvs Module name: src Changes by: [email protected] 2018/06/18 12:19:14
Modified files:
usr.sbin/smtpd : config.c parse.y smtpd.c smtpd.h
Log message:
simplify parse_config() further so it no longer has any side effect outside
of parse.y, there's still work to be done but it's now able to run twice if
we want (we don't) without failing due to some global side-effect.
ok millert@
