diff options
author | shin <shin@FreeBSD.org> | 2000-02-19 16:13:03 +0000 |
---|---|---|
committer | shin <shin@FreeBSD.org> | 2000-02-19 16:13:03 +0000 |
commit | 2c906dc9722e8b521dc0478ac28b65280a894798 (patch) | |
tree | 84b5a9a6651bf9b03f386b6efa6bc237a9b24d6c | |
parent | 98f78aba9d0830c72c8bc3a41299b63ac701f87d (diff) | |
download | FreeBSD-src-2c906dc9722e8b521dc0478ac28b65280a894798.zip FreeBSD-src-2c906dc9722e8b521dc0478ac28b65280a894798.tar.gz |
Removed bogus line.
Specified by: ache
Approved by: jkh
-rw-r--r-- | usr.bin/ftp/ftp.c | 1 |
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 |