diff --git a/appl/ftp/ftp/ftp.c b/appl/ftp/ftp/ftp.c index 5ee901946..00ac3c8fb 100644 --- a/appl/ftp/ftp/ftp.c +++ b/appl/ftp/ftp/ftp.c @@ -333,7 +333,6 @@ getreply (int expecteof) } code = 421; return (4); - break; case IAC: c = getc (cin); if (c == WILL || c == WONT)