mirror of
https://github.com/curl/curl.git
synced 2026-08-25 06:03:32 +03:00
libcurl: Stop using error codes defined under CURL_NO_OLDIES
Fixes https://github.com/curl/curl/issues/1688 Closes https://github.com/curl/curl/pull/1712
This commit is contained in:
parent
436cd490fc
commit
512f8c774a
2 changed files with 2 additions and 2 deletions
|
|
@ -899,7 +899,7 @@ static CURLcode check_telnet_options(struct connectdata *conn)
|
|||
}
|
||||
|
||||
failf(data, "Unknown telnet option %s", head->data);
|
||||
result = CURLE_UNKNOWN_TELNET_OPTION;
|
||||
result = CURLE_UNKNOWN_OPTION;
|
||||
break;
|
||||
}
|
||||
failf(data, "Syntax error in telnet option: %s", head->data);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue