diff options
-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 |