mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-20 18:29:19 +03:00
Merge branch '2821_wrong_second_ftp_connection'
* 2821_wrong_second_ftp_connection: Ticket #2821: Fixed defect: ftp to a second site does not work
This commit is contained in:
commit
48b4320f7d
@ -1087,6 +1087,8 @@ vfs_get_super_by_vpath (const vfs_path_t * vpath)
|
|||||||
goto ret;
|
goto ret;
|
||||||
if (i != 0)
|
if (i != 0)
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
super = NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
ret:
|
ret:
|
||||||
|
Loading…
Reference in New Issue
Block a user