[SCM] GNU gnutls branch, master, updated. gnutls_3_0_18-181-g817238e

"Nikos Mavrogiannopoulos" <[email protected]>
Newsgroups gmane.comp.encryption.gpg.gnutls.cvs
Message-ID <[email protected]>
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=817238eb03b3a38acbb349d4401b9fc4a48db914

The branch, master has been updated
       via  817238eb03b3a38acbb349d4401b9fc4a48db914 (commit)
      from  4bd66ed1e0cd58cb365d9ccf063e6d052877a410 (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 817238eb03b3a38acbb349d4401b9fc4a48db914
Author: Nikos Mavrogiannopoulos <[email protected]>
Date:   Sat Jun 30 01:47:26 2012 +0200

    fix

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

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

diff --git a/lib/gnutls_dtls.c b/lib/gnutls_dtls.c
index 7a78f8f..ae6faf9 100644
--- a/lib/gnutls_dtls.c
+++ b/lib/gnutls_dtls.c
@@ -689,7 +689,7 @@ int overhead;
 int gnutls_dtls_set_data_mtu (gnutls_session_t session, unsigned int mtu)
 {
   unsigned int blocksize;
-  int overhead = _gnutls_record_overhead_rt(session, &blocksize);
+  int overhead = record_overhead_rt(session, &blocksize);
 
   /* You can't call this until the session is actually running */
   if (overhead < 0)


hooks/post-receive
-- 
GNU gnutls
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.