Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Luke Mewburn <lukem@netbsd.org>
List: source-changes
Date: 05/20/2000 16:34:55
Module Name:	basesrc
Committed By:	lukem
Date:		Sat May 20 23:34:55 UTC 2000

Modified Files:
	basesrc/libexec/ftpd: ftpd.c popen.c version.h

Log Message:
- Always close(pdata) if it was a valid filedescriptor before setting it to -1.
  Problem noted in [bin/9642] by Takahiro Kambe <taca@sky.yamashina.kyoto.jp>,
  (part of which already had been solved by itojun a while ago), and provided
  patch covered most of the fixes needed. (Thanks Takahiro!)
- Consistently indent goto labels by one space.


To generate a diff of this commit:
cvs rdiff -r1.88 -r1.89 basesrc/libexec/ftpd/ftpd.c
cvs rdiff -r1.21 -r1.22 basesrc/libexec/ftpd/popen.c
cvs rdiff -r1.9 -r1.10 basesrc/libexec/ftpd/version.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.