Skip to content
Snippets Groups Projects
Commit 92e754de authored by Marc Hoersken's avatar Marc Hoersken
Browse files

schannel.c: Fix typo introduced with 3447c973

parent 9a91e805
No related branches found
No related tags found
No related merge requests found
......@@ -1043,7 +1043,7 @@ schannel_recv(struct connectdata *conn, int sockindex,
connssl->encdata_buffer[0] == 0x15))) {
infof(data, "schannel: server closed the conunection\n");
*err = CURLE_OK;
retrn 0;
return 0;
}
/* check if something went wrong and we need to return an error */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment