Add modern FTP search providers for 1.2.4
This commit is contained in:
@@ -625,7 +625,6 @@ uerr_t ftp_login(connection_t * connection, const char *username,
|
||||
{
|
||||
uerr_t err = FTPERR;
|
||||
int ret_code = 220;
|
||||
boolean logged_in = FALSE;
|
||||
|
||||
while (1)
|
||||
{
|
||||
@@ -688,7 +687,6 @@ uerr_t ftp_login(connection_t * connection, const char *username,
|
||||
case 231: /* Fallthrough. */
|
||||
case 202:
|
||||
|
||||
logged_in = TRUE;
|
||||
|
||||
if (!ftp_use_proxy(connection))
|
||||
return FTPOK; /* Logged in succesfully. */
|
||||
|
||||
Reference in New Issue
Block a user