1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-22 08:08:50 -05:00

schannel.c: Fix typo introduced with 3447c973d0

This commit is contained in:
Marc Hoersken 2015-04-26 19:57:05 +02:00
parent 9a91e8059b
commit 92e754de78

View File

@ -1043,7 +1043,7 @@ schannel_recv(struct connectdata *conn, int sockindex,
connssl->encdata_buffer[0] == 0x15))) { connssl->encdata_buffer[0] == 0x15))) {
infof(data, "schannel: server closed the conunection\n"); infof(data, "schannel: server closed the conunection\n");
*err = CURLE_OK; *err = CURLE_OK;
retrn 0; return 0;
} }
/* check if something went wrong and we need to return an error */ /* check if something went wrong and we need to return an error */