mirror of
https://github.com/curl/curl.git
synced 2026-04-14 22:21:41 +03:00
Fixed an OOM problem with file: URLs
Moved Curl_file_connect into the protocol handler struct.
This commit is contained in:
parent
9b15f1be26
commit
59b05ac383
4 changed files with 15 additions and 11 deletions
|
|
@ -25,7 +25,5 @@
|
|||
***************************************************************************/
|
||||
#ifndef CURL_DISABLE_FILE
|
||||
extern const struct Curl_handler Curl_handler_file;
|
||||
|
||||
CURLcode Curl_file_connect(struct connectdata *);
|
||||
#endif
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue