]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
corrected typo
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Fri, 28 Dec 2012 11:50:59 +0000 (13:50 +0200)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Fri, 28 Dec 2012 11:50:59 +0000 (13:50 +0200)
lib/gnutls_record.c

index 4086b9ebae27dd15663e9ea5a0637dc824e72536..8dce83f77a49c9b157b414bfa4c99a772b244762 100644 (file)
@@ -1162,7 +1162,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 */