[SCM] GNU gnutls branch, master, updated. gnutls_3_1_2-46-gbf9dcee

"Nikos Mavrogiannopoulos" <[email protected]> Sat, 06 Oct 2012 22:01:52 +0000
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=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 <[email protected]>
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