mirror of
https://github.com/curl/curl.git
synced 2026-08-26 16:53:32 +03:00
parent
4c6b74e1e8
commit
217fd5b424
9 changed files with 11 additions and 11 deletions
|
|
@ -483,7 +483,7 @@ static CURLcode smtp_perform_upgrade_tls(struct Curl_easy *data,
|
|||
result, ssldone));
|
||||
if(!result && ssldone) {
|
||||
smtpc->ssldone = ssldone;
|
||||
/* perform EHLO now, changes smpt->state out of SMTP_UPGRADETLS */
|
||||
/* perform EHLO now, changes smtp->state out of SMTP_UPGRADETLS */
|
||||
result = smtp_perform_ehlo(data, smtpc);
|
||||
}
|
||||
out:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue