Subject: CVS commit: src/usr.bin/ftp
To: None <source-changes@NetBSD.org>
From: Luke Mewburn <lukem@netbsd.org>
List: source-changes
Date: 08/21/2005 16:16:33
Module Name:	src
Committed By:	lukem
Date:		Sun Aug 21 16:16:33 UTC 2005

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

Log Message:
Don't clear the trailing character on the auth_url() username;
we now use getline() and that newline strips for us.
Problem found & fixed by Mark Davies.


To generate a diff of this commit:
cvs rdiff -r1.163 -r1.164 src/usr.bin/ftp/fetch.c
cvs rdiff -r1.56 -r1.57 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.