mirror of
https://github.com/curl/curl.git
synced 2026-08-25 10:03:37 +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
|
|
@ -1345,7 +1345,7 @@ static CURLcode tftp_do(struct connectdata *conn, bool *done)
|
|||
|
||||
state = (tftp_state_data_t *)conn->proto.tftpc;
|
||||
if(!state)
|
||||
return CURLE_BAD_CALLING_ORDER;
|
||||
return CURLE_TFTP_ILLEGAL;
|
||||
|
||||
result = tftp_perform(conn, done);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue