summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Hoersken <info@marc-hoersken.de>2015-04-26 19:57:05 +0200
committerMarc Hoersken <info@marc-hoersken.de>2015-04-26 19:57:05 +0200
commit92e754de78fed63573091d650a2de49d58ad719a (patch)
treee871c91118734f25b940d1f2a4d6d148690bfa75
parent9a91e8059bbfcc80cb6fd5b980a4c6337c688a71 (diff)
downloadcurl-92e754de78fed63573091d650a2de49d58ad719a.tar.gz
schannel.c: Fix typo introduced with 3447c973d0
-rw-r--r--lib/vtls/schannel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/vtls/schannel.c b/lib/vtls/schannel.c
index 7d25fd7d0..74c32dfed 100644
--- a/lib/vtls/schannel.c
+++ b/lib/vtls/schannel.c
@@ -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 */