aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/fetch
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2000-07-19 09:14:44 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2000-07-19 09:14:44 +0000
commitd7680ac351ba6393224a2651506e360e8f4291a7 (patch)
tree4ddf0ba2d71709d9cedf06d8bf8fd3228ac84c9f /usr.bin/fetch
parent83160a94c3b5aee98b7a778f10e182514825188a (diff)
Notes
Diffstat (limited to 'usr.bin/fetch')
-rw-r--r--usr.bin/fetch/fetch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/fetch/fetch.c b/usr.bin/fetch/fetch.c
index 99a9cda3a612..17ed5d82529d 100644
--- a/usr.bin/fetch/fetch.c
+++ b/usr.bin/fetch/fetch.c
@@ -65,7 +65,7 @@ int o_directory; /* output file is a directory */
char *o_filename; /* name of output file */
int o_stdout; /* output file is stdout */
int once_flag; /* -1: stop at first successful file */
-int p_flag = 1; /* -[Pp]: use passive FTP */
+int p_flag; /* -[Pp]: use passive FTP */
int R_flag; /* -R: don't delete partially transferred files */
int r_flag; /* -r: restart previously interrupted transfer */
u_int T_secs = 0; /* -T: transfer timeout in seconds */