mirror of
https://github.com/curl/curl.git
synced 2026-04-14 22:31:41 +03:00
ftplistparser: keep state between invokes
Fixes FTP wildcard parsing when done over a number of read buffers.
Regression from f786d1f14
Reported-by: wncboy on github
Fixes #2445
Closes #2526
This commit is contained in:
parent
1778135a9f
commit
e6c22368c6
5 changed files with 43 additions and 33 deletions
|
|
@ -7,7 +7,7 @@
|
|||
* | (__| |_| | _ <| |___
|
||||
* \___|\___/|_| \_\_____|
|
||||
*
|
||||
* Copyright (C) 2010, 2017, Daniel Stenberg, <daniel@haxx.se>, et al.
|
||||
* Copyright (C) 2010 - 2018, Daniel Stenberg, <daniel@haxx.se>, et al.
|
||||
*
|
||||
* This software is licensed as described in the file COPYING, which
|
||||
* you should have received as part of this distribution. The terms
|
||||
|
|
@ -31,7 +31,6 @@ struct fileinfo {
|
|||
};
|
||||
|
||||
struct fileinfo *Curl_fileinfo_alloc(void);
|
||||
|
||||
void Curl_fileinfo_dtor(void *, void *);
|
||||
void Curl_fileinfo_cleanup(struct fileinfo *finfo);
|
||||
|
||||
#endif /* HEADER_CURL_FILEINFO_H */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue