CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]  2009/04/12 10:03:01

Modified files:
        usr.sbin/smtpd : parse.y 

Log message:
Code assumed the certificate name to always match the interface name, even
when a certificate name was explicitely provided. This would cause imsg to
fatal() because with some configurations, it would look for the wrong name
in the ssl tree and would fail to find the proper cert.

issue spotted by Gregory Edigarov <[email protected]>, I found the
fix just a few minutes ago when I succeeded to reproduce the issue...

Reply via email to