mirror of
https://github.com/curl/curl.git
synced 2025-01-18 14:04:30 +08:00
file: fix icc enumerated type mixed with another type warning
Ref: #9179 Closes #9181
This commit is contained in:
parent
4d73854462
commit
c61e6de7d5
@ -236,7 +236,7 @@ static CURLcode file_disconnect(struct Curl_easy *data,
|
||||
{
|
||||
(void)dead_connection; /* not used */
|
||||
(void)conn;
|
||||
return file_done(data, 0, 0);
|
||||
return file_done(data, CURLE_OK, FALSE);
|
||||
}
|
||||
|
||||
#ifdef DOS_FILESYSTEM
|
||||
|
Loading…
Reference in New Issue
Block a user