gnutls-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] GNU gnutls branch, master, updated. gnutls_2_9_10-11-g985873c


From: Simon Josefsson
Subject: [SCM] GNU gnutls branch, master, updated. gnutls_2_9_10-11-g985873c
Date: Thu, 29 Apr 2010 07:19:24 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU gnutls".

http://git.savannah.gnu.org/cgit/gnutls.git/commit/?id=985873c7d33ac3edb4a160da733a7b81f9303410

The branch, master has been updated
       via  985873c7d33ac3edb4a160da733a7b81f9303410 (commit)
      from  9cb0352b9af790c7a988fc3fab0fd98c39161267 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 985873c7d33ac3edb4a160da733a7b81f9303410
Author: Simon Josefsson <address@hidden>
Date:   Thu Apr 29 09:19:20 2010 +0200

    Remove debug code.

-----------------------------------------------------------------------

Summary of changes:
 lib/gnutls_record.c |    6 ------
 1 files changed, 0 insertions(+), 6 deletions(-)

diff --git a/lib/gnutls_record.c b/lib/gnutls_record.c
index 1f0e58a..14cdc99 100644
--- a/lib/gnutls_record.c
+++ b/lib/gnutls_record.c
@@ -904,15 +904,9 @@ begin:
        _gnutls_io_read_buffered (session, &headers, header_size,
                                 -1)) != header_size)
     {
-      _gnutls_handshake_log ("XXX[]: ret: %d %s\n", ret,
-                            gnutls_strerror (ret));
-
       if (ret < 0 && gnutls_error_is_fatal (ret) == 0)
        return ret;
 
-      _gnutls_handshake_log ("XXX2[]: ret: %d %s\n", ret,
-                            gnutls_strerror (ret));
-
       session_invalidate (session);
       if (type == GNUTLS_ALERT)
        {


hooks/post-receive
-- 
GNU gnutls




reply via email to

[Prev in Thread] Current Thread [Next in Thread]