]> git.ipfire.org Git - thirdparty/curl.git/commit
multi: skip DONE state if there's no connection left for ftp wildcard
authorDaniel Stenberg <daniel@haxx.se>
Mon, 11 Jan 2021 09:01:49 +0000 (10:01 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 11 Jan 2021 11:33:11 +0000 (12:33 +0100)
commit48220f7e3d4431879602f8d3bf231bf6f635ca79
tree21a3fec47348a2c8603f5981cea02308e8f720d8
parent057cb05b4bb6dfbd52c204e0627e4bd7efa57347
multi: skip DONE state if there's no connection left for ftp wildcard

... to avoid running in that state with data->conn being NULL.
lib/multi.c