Subject: CVS commit: src/usr.bin/ftp
To: None <source-changes@NetBSD.org>
From: Luke Mewburn <lukem@netbsd.org>
List: source-changes
Date: 04/11/2007 05:03:25
Module Name:	src
Committed By:	lukem
Date:		Wed Apr 11 05:03:25 UTC 2007

Modified Files:
	src/usr.bin/ftp: ftp.c version.h

Log Message:
Suppress printing non-COMPLETE reply strings from EPSV and EPRT, as we're
going to fall back to PASV / PORT (respectively) if the former fail,
and this avoids printing a failure reply followed by a success reply.
Should fix a problem with the emacs ftp wrapper.


To generate a diff of this commit:
cvs rdiff -r1.143 -r1.144 src/usr.bin/ftp/ftp.c
cvs rdiff -r1.59 -r1.60 src/usr.bin/ftp/version.h

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