CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/09/21 03:04:08
Modified files:
usr.sbin/smtpd : smtpc.c
Log message:
remove dead assignment.
the return code of ssl_check_name() doesn't need to be checked as `match' is
always initialized to 0, and get 1 only on success.
ok gilles@
