mirror of
https://github.com/curl/curl.git
synced 2026-07-22 19:17:17 +03:00
Bug born in changes made several days ago 9a91e80.
Commit: 926cb9f
Reported-by: Ray Satiro
This commit is contained in:
parent
b6c9f5b7ae
commit
4bb8bad964
1 changed files with 1 additions and 1 deletions
|
|
@ -405,7 +405,7 @@ schannel_connect_step2(struct connectdata *conn, int sockindex)
|
|||
|
||||
/* check if the handshake needs to be continued */
|
||||
if(sspi_status == SEC_I_CONTINUE_NEEDED || sspi_status == SEC_E_OK) {
|
||||
for(i = 0; i < 2; i++) {
|
||||
for(i = 0; i < 3; i++) {
|
||||
/* search for handshake tokens that need to be send */
|
||||
if(outbuf[i].BufferType == SECBUFFER_TOKEN && outbuf[i].cbBuffer > 0) {
|
||||
infof(data, "schannel: sending next handshake data: "
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue