Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Luke Mewburn <lukem@netbsd.org>
List: source-changes
Date: 05/05/1999 09:04:59
Module Name:	src
Committed By:	lukem
Date:		Wed May  5 16:04:59 UTC 1999

Modified Files:
	src/usr.bin/ftp: util.c
Log Message:
* fix ftp_login() so that -a always logs in anonymously, even if a
.netrc entry exists for the host with a valid user. noted by
Frederick Bruckman <fb@enteract.com> in [bin/7477]
* fix a minor memory leak associated with calling ruserpass() with
an empty user, password, or account.