CVSROOT: /cvs Module name: src Changes by: [email protected] 2012/09/21 13:37:08
Modified files:
usr.sbin/smtpd : aliases.c expand.c forward.c lka_session.c
smtpd.h
Log message:
Do not pass the username to forwards_get() which does not have to care about
this. Instead, set the username on the expand context, and copy it on the
expand nodes as they are inserted.
ok gilles@
