aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/ftp
diff options
context:
space:
mode:
authorYoshinobu Inoue <shin@FreeBSD.org>2000-02-19 16:13:03 +0000
committerYoshinobu Inoue <shin@FreeBSD.org>2000-02-19 16:13:03 +0000
commit7f14aa9b8a23ca5a2297c420bc47a1a727173f74 (patch)
treeea4953f4bbd375ddd09a31e5689296a72262c1b0 /usr.bin/ftp
parent0ca229d64d13381cb45c8e73c54fd8bd67aa92d8 (diff)
Notes
Diffstat (limited to 'usr.bin/ftp')
-rw-r--r--usr.bin/ftp/ftp.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/usr.bin/ftp/ftp.c b/usr.bin/ftp/ftp.c
index ddf41e19318e..1fdda41929b3 100644
--- a/usr.bin/ftp/ftp.c
+++ b/usr.bin/ftp/ftp.c
@@ -392,7 +392,6 @@ getreply(expecteof)
/* fall through */
} else if (code == 229) {
/* result for EPSV */
- pflag = 1;
pflag = 100;
break;
} else