summaryrefslogtreecommitdiff
path: root/usr.sbin/sysinstall/ftp.c
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1995-05-24 17:49:20 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1995-05-24 17:49:20 +0000
commita098749d6b8dd8b227efe3b151bfa099a3caefa5 (patch)
tree762fbec430b8525db7d4734b54d370cda221b977 /usr.sbin/sysinstall/ftp.c
parentb2687efa6593c4258abd73eea75e6a64342e8ed7 (diff)
Notes
Diffstat (limited to 'usr.sbin/sysinstall/ftp.c')
-rw-r--r--usr.sbin/sysinstall/ftp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/sysinstall/ftp.c b/usr.sbin/sysinstall/ftp.c
index d21e34d95406..90f29aea8af0 100644
--- a/usr.sbin/sysinstall/ftp.c
+++ b/usr.sbin/sysinstall/ftp.c
@@ -6,7 +6,7 @@
* this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp
* ----------------------------------------------------------------------------
*
- * $Id: ftp.c,v 1.3 1995/05/24 09:00:19 jkh Exp $
+ * $Id: ftp.c,v 1.4 1995/05/24 11:19:10 gpalmer Exp $
*
*/
@@ -268,7 +268,7 @@ FtpGet(FTP_t ftp, char *file)
if (ftp->passive) {
debug(ftp, "LIBFTP: send <%s>\n","PASV");
if (writes(ftp->fd_ctrl,"PASV\r\n"))
- return -1;*/
+ return -1;
i = get_a_number(ftp,&q);
if (i != 227)
return -1;