CVSROOT: /cvs Module name: src Changes by: e...@cvs.openbsd.org 2012/09/26 13:52:20
Modified files: usr.sbin/smtpd : envelope.c lka_session.c mda.c smtpd.h util.c Log message: Stop using the delivery_data union (field "to") in delivery_mda. It's confusing and not necessary as it's only used for "buffer". Instead, just add a "buffer" member in the structure and rename "as_user" to "user". The delivery_data union becomes an anonymous union in expandnode, which is the only other place where it's used. ok gilles@