CVSROOT: /cvs Module name: src Changes by: [email protected] 2010/04/21 13:53:16
Modified files:
usr.sbin/smtpd : lka.c map.c ruleset.c smtpd.h
Log message:
map_lookup() takes an additionnal parameter of type enum map_kind which
will be used to select the appropriate map parser. make sure every call
to map_lookup() is updated. map_lookup() currently ignores the value.
