CVSROOT: /cvs Module name: src Changes by: [email protected] 2013/06/03 09:50:04
Modified files:
usr.sbin/smtpd : table.c
Log message:
lowercase the key when adding an entry to a static table, since the
lookups are done on lowercase strings. warn about duplicates entries
and avoid to leak memory.
ok gilles@
