]> granicus.if.org Git - curl/commitdiff
schannel.c: Fix typo introduced with 3447c973d0
authorMarc Hoersken <info@marc-hoersken.de>
Sun, 26 Apr 2015 17:57:05 +0000 (19:57 +0200)
committerMarc Hoersken <info@marc-hoersken.de>
Sun, 26 Apr 2015 17:57:05 +0000 (19:57 +0200)
lib/vtls/schannel.c

index 7d25fd7d05bc7c5aaac446ef291e1c4778096d2d..74c32dfed2ab77936ceeb0fe1172fc2a714df963 100644 (file)
@@ -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 */