mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
[curl] Check g.multi
This commit is contained in:
parent
a2a06df24a
commit
2f32ca5611
@ -623,11 +623,15 @@ check_multi_info(GlobalInfo *g)
|
||||
void
|
||||
ftpes_protocol_handler(struct connection *conn)
|
||||
{
|
||||
do_ftpes(conn);
|
||||
if (g.multi) {
|
||||
do_ftpes(conn);
|
||||
}
|
||||
}
|
||||
|
||||
void
|
||||
sftp_protocol_handler(struct connection *conn)
|
||||
{
|
||||
do_ftpes(conn);
|
||||
if (g.multi) {
|
||||
do_ftpes(conn);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user