mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 20:36:50 +03:00
(ftpfs_correct_url_parameters): clean up always true condition.
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
This commit is contained in:
parent
3ab6ef7aa7
commit
eb9b1407c8
@ -368,7 +368,7 @@ ftpfs_correct_url_parameters (const vfs_path_element_t * velement)
|
||||
path_element->user = g_strdup ("anonymous");
|
||||
|
||||
/* Look up password in netrc for known user */
|
||||
if (ftpfs_use_netrc && path_element->user != NULL && path_element->password == NULL)
|
||||
if (ftpfs_use_netrc && path_element->password == NULL)
|
||||
{
|
||||
char *new_user = NULL;
|
||||
char *new_passwd = NULL;
|
||||
|
Loading…
Reference in New Issue
Block a user