CVSROOT: /cvs Module name: src Changes by: gil...@cvs.openbsd.org 2016/02/22 09:19:05
Modified files: usr.sbin/smtpd : parse.y Log message: the default address family for a listener was set too late and would override the value provided by the user if any. this commit moves the initialization earlier to avoid this. issue reported by and fix ok jturner@