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_1_2-46-gbf9dcee


From: Nikos Mavrogiannopoulos
Subject: [SCM] GNU gnutls branch, master, updated. gnutls_3_1_2-46-gbf9dcee
Date: Sat, 06 Oct 2012 22:01:52 +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=bf9dcee9d08fdce76306331f85ed48fa682fce09

The branch, master has been updated
       via  bf9dcee9d08fdce76306331f85ed48fa682fce09 (commit)
      from  371d03855985bd3b22cb4ca90cb7bcfee48709f4 (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 bf9dcee9d08fdce76306331f85ed48fa682fce09
Author: Nikos Mavrogiannopoulos <address@hidden>
Date:   Sun Oct 7 00:01:42 2012 +0200

    removed old flag

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

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

diff --git a/src/cli.c b/src/cli.c
index 5b72310..786156a 100644
--- a/src/cli.c
+++ b/src/cli.c
@@ -481,7 +481,7 @@ cert_verify_callback (gnutls_session_t session)
   if (dane) /* try DANE auth */
     {
       rc = dane_verify_session_crt( session, hostname, udp?"udp":"tcp", 
atoi(service), 
-              DANE_F_REQUIRE_DNSSEC|DANE_F_IGNORE_LOCAL_RESOLVER, &status);
+                                    DANE_F_IGNORE_LOCAL_RESOLVER, &status);
       if (rc < 0)
         {
           fprintf(stderr, "*** DANE verification error: %s\n", 
dane_strerror(rc));


hooks/post-receive
-- 
GNU gnutls



reply via email to

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