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_3_0_2-24-g89794af


From: Nikos Mavrogiannopoulos
Subject: [SCM] GNU gnutls branch, master, updated. gnutls_3_0_2-24-g89794af
Date: Wed, 07 Sep 2011 22:13:10 +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=89794af1790d8accdbda1cb422bb077c8a9cf692

The branch, master has been updated
       via  89794af1790d8accdbda1cb422bb077c8a9cf692 (commit)
      from  7ae18e4644ae251717dd337c75911d652664732e (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 -----------------------------------------------------------------
-----------------------------------------------------------------------

Summary of changes:
 lib/gnutls_extensions.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/lib/gnutls_extensions.c b/lib/gnutls_extensions.c
index 99238a0..0c98f76 100644
--- a/lib/gnutls_extensions.c
+++ b/lib/gnutls_extensions.c
@@ -297,7 +297,7 @@ _gnutls_gen_extensions (gnutls_session_t session, 
gnutls_buffer_st * extdata,
   
   if ( size > 0)
     _gnutls_write_uint16(size, &extdata->data[pos]);
-  else if (size == 0) extdata->length = 0;
+  else if (size == 0) extdata->length -= 2; /* the length bytes */
 
   return size;
 }


hooks/post-receive
-- 
GNU gnutls



reply via email to

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