mirror of
https://github.com/curl/curl.git
synced 2026-07-23 07:47:14 +03:00
CURLOPT_MAIL_RCPT_ALLOWFAILS: replace CURLOPT_MAIL_RCPT_ALLLOWFAILS
Deprecate the name using three Ls and prefer the name with two. Replaces #10047 Closes #11218
This commit is contained in:
parent
8cf4189529
commit
fff65550bc
9 changed files with 23 additions and 14 deletions
|
|
@ -2044,8 +2044,8 @@ static CURLcode single_transfer(struct GlobalConfig *global,
|
|||
my_setopt_slist(curl, CURLOPT_MAIL_RCPT, config->mail_rcpt);
|
||||
|
||||
/* curl 7.69.x */
|
||||
my_setopt(curl, CURLOPT_MAIL_RCPT_ALLLOWFAILS,
|
||||
config->mail_rcpt_allowfails ? 1L : 0L);
|
||||
my_setopt(curl, CURLOPT_MAIL_RCPT_ALLOWFAILS,
|
||||
config->mail_rcpt_allowfails ? 1L : 0L);
|
||||
|
||||
/* curl 7.20.x */
|
||||
if(config->ftp_pret)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue