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: Todd C. Miller (millertcvs.openbsd.org)
Date: Wed Oct 18 2006 - 16:46:09 CDT


CVSROOT: /cvs
Module name: src
Changes by: millertcvs.openbsd.org 2006/10/18 15:46:09

Modified files:
        libexec/ftpd : ftpd.c

Log message:
Avoid double fclose() of a file if we exceed retries. Coverity ID 2669.
OK cloder