OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
CVS: cvs.openbsd.org: src

From: Gilles Chehade (gillescvs.openbsd.org)
Date: Mon Jun 01 2009 - 18:15:48 CDT


CVSROOT: /cvs
Module name: src
Changes by: gillescvs.openbsd.org 2009/06/01 17:15:48

Modified files:
        usr.sbin/smtpd : mfa.c lka.c

Log message:
yet another cleanup in mfa/lka, don't roll their own loops to release maps
and rules when config.c provides us with purge_config(), PURGE_MAPS and
PURGE_RULES. kills lots of lines with no functionnal change. ok jacekm