changeset 650:f16c4e75070e

2004-12-31 Brian Masney <masneyb@gftp.org> * lib/rfc959.c (rfc959_init) - enable the need_username option for this protocol. This fixes a problem with the text port not prompting for the username from the command line
author masneyb
date Fri, 31 Dec 2004 14:21:04 +0000
parents eaede7f6c2f8
children 5f2808c65e46
files ChangeLog lib/rfc959.c
diffstat 2 files changed, 6 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Fri Dec 31 13:25:40 2004 +0000
+++ b/ChangeLog	Fri Dec 31 14:21:04 2004 +0000
@@ -1,4 +1,8 @@
 2004-12-31 Brian Masney <masneyb@gftp.org>
+	* lib/rfc959.c (rfc959_init) - enable the need_username option for this
+	protocol. This fixes a problem with the text port not prompting for the
+	username from the command line
+
 	* lib/gftp.h - when using HPUX, define the size of off_t as size long
 
 	* configure.in - HPUX thread fixes
@@ -3169,7 +3173,7 @@
 
 	* cvsclean - added this script
 
-	* *.[ch] - added $Id: ChangeLog,v 1.383 2004/12/31 13:25:39 masneyb Exp $ tags
+	* *.[ch] - added $Id: ChangeLog,v 1.384 2004/12/31 14:21:04 masneyb Exp $ tags
 
 	* debian/* - updated files from Debian maintainer
 
--- a/lib/rfc959.c	Fri Dec 31 13:25:40 2004 +0000
+++ b/lib/rfc959.c	Fri Dec 31 14:21:04 2004 +0000
@@ -1918,7 +1918,7 @@
   request->set_config_options = rfc959_set_config_options;
   request->url_prefix = "ftp";
   request->need_hostport = 1;
-  request->need_username = 0;
+  request->need_username = 1;
   request->need_password = 1;
   request->use_cache = 1;
   request->always_connected = 0;