mirror of
https://github.com/curl/curl.git
synced 2026-08-25 19:43:33 +03:00
build: fix --disable-dateparse
Broken since 215db08 (precedes 7.75.0).
Bug: https://curl.se/mail/lib-2021-02/0008.html
Reported-by: Firefox OS
This commit is contained in:
parent
20faeee6f3
commit
145848e2d1
1 changed files with 2 additions and 2 deletions
|
|
@ -1960,10 +1960,10 @@ CURLcode Curl_add_timecondition(struct Curl_easy *data,
|
|||
}
|
||||
#else
|
||||
/* disabled */
|
||||
CURLcode Curl_add_timecondition(const struct connectdata *conn,
|
||||
CURLcode Curl_add_timecondition(struct Curl_easy *data,
|
||||
struct dynbuf *req)
|
||||
{
|
||||
(void)conn;
|
||||
(void)data;
|
||||
(void)req;
|
||||
return CURLE_OK;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue