]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
corrected typo
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Wed, 2 Jan 2013 21:09:29 +0000 (22:09 +0100)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Wed, 2 Jan 2013 21:09:29 +0000 (22:09 +0100)
lib/gnutls_record.c

index a827a3af49091a3cac704d4f3e50f5bffdfb8bd6..2a5b0ba8b2d61b45abec2037bb0e3cbf9a1eeb00 100644 (file)
@@ -1164,7 +1164,7 @@ cleanup:
   return ret;
 
 recv_error:
-  if (ret < 0 && (gnutls_error_is_fatal (ret) == 0 || ret == GNUTLS_E_TIMEDOUT)
+  if (ret < 0 && (gnutls_error_is_fatal (ret) == 0 || ret == GNUTLS_E_TIMEDOUT))
     return ret;
 
   if (type == GNUTLS_ALERT) /* we were expecting close notify */