aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/fetch
diff options
context:
space:
mode:
authorJean-Marc Zucconi <jmz@FreeBSD.org>1996-10-06 00:44:24 +0000
committerJean-Marc Zucconi <jmz@FreeBSD.org>1996-10-06 00:44:24 +0000
commitb84aaff96e78bb57e0568593dc06bef329203826 (patch)
tree7a62c5291c364708d5fb19850e76a58b0e16545a /usr.bin/fetch
parent5d964df4b8e454083ccdd242495f6b7c4220a901 (diff)
Notes
Diffstat (limited to 'usr.bin/fetch')
-rw-r--r--usr.bin/fetch/main.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/fetch/main.c b/usr.bin/fetch/main.c
index 74fc9abba76b0..8f183248e6cc7 100644
--- a/usr.bin/fetch/main.c
+++ b/usr.bin/fetch/main.c
@@ -24,7 +24,7 @@
* SUCH DAMAGE.
*/
-/* $Id: main.c,v 1.22 1996/09/19 17:31:34 peter Exp $ */
+/* $Id: main.c,v 1.23 1996/09/19 18:07:20 peter Exp $ */
#include <sys/types.h>
#include <sys/socket.h>
@@ -159,6 +159,7 @@ main(int argc, char **argv)
case 'h':
host = optarg;
+ ftp = 1;
break;
case 'l':