mirror of
https://github.com/curl/curl.git
synced 2026-04-14 22:41:40 +03:00
parent
24badd29f5
commit
49145249be
55 changed files with 128 additions and 129 deletions
|
|
@ -1287,8 +1287,8 @@ static CURLcode send_telnet_data(struct Curl_easy *data,
|
|||
static CURLcode telnet_done(struct Curl_easy *data,
|
||||
CURLcode status, bool premature)
|
||||
{
|
||||
(void)status; /* unused */
|
||||
(void)premature; /* not used */
|
||||
(void)status;
|
||||
(void)premature;
|
||||
Curl_meta_remove(data, CURL_META_TELNET_EASY);
|
||||
return CURLE_OK;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue