CVSROOT: /cvs Module name: src Changes by: [email protected] 2008/12/13 12:11:33
Modified files:
usr.sbin/smtpd : newaliases.c
Log message:
Simplify parse_entry; streamline the code to call db->put in one
place, regardless of number of preexisting aliases.
Don't call db->sync; it's covered by db->close shortly before rename.
ok chl@ gilles@
