From 92e754de78fed63573091d650a2de49d58ad719a Mon Sep 17 00:00:00 2001 From: Marc Hoersken Date: Sun, 26 Apr 2015 19:57:05 +0200 Subject: schannel.c: Fix typo introduced with 3447c973d0 --- lib/vtls/schannel.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/vtls/schannel.c') 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 */ -- cgit v1.2.1