mirror of
https://github.com/moparisthebest/curl
synced 2024-12-23 08:38:49 -05: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
@ -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…
Reference in New Issue
Block a user