summaryrefslogtreecommitdiffstats
path: root/usr.bin/ftp
diff options
context:
space:
mode:
authorshin <shin@FreeBSD.org>2000-02-19 16:13:03 +0000
committershin <shin@FreeBSD.org>2000-02-19 16:13:03 +0000
commit2c906dc9722e8b521dc0478ac28b65280a894798 (patch)
tree84b5a9a6651bf9b03f386b6efa6bc237a9b24d6c /usr.bin/ftp
parent98f78aba9d0830c72c8bc3a41299b63ac701f87d (diff)
downloadFreeBSD-src-2c906dc9722e8b521dc0478ac28b65280a894798.zip
FreeBSD-src-2c906dc9722e8b521dc0478ac28b65280a894798.tar.gz
Removed bogus line.
Specified by: ache Approved by: jkh
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 ddf41e1..1fdda41 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
OpenPOWER on IntegriCloud