CVSROOT: /cvs Module name: src Changes by: [email protected] 2024/01/20 02:01:03
Modified files:
usr.sbin/smtpd : control.c enqueue.c lka.c mda.c mproc.c
mta_session.c queue.c queue_proc.c
smtp_session.c smtpd.c
Log message:
Use imsg_get_fd() to access the fd passed via imsgs.
Most of the conversion is simple there is just log_imsg() that can
no longer display the fd since imsg_get_fd() can only be called once.
OK op@
