[Pkg-gnupg-commit] [gnupg2] 122/241: gpg: Default to the flat TOFU DB format.

Daniel Kahn Gillmor dkg at fifthhorseman.net
Wed Dec 9 20:32:04 UTC 2015


This is an automated email from the git hooks/post-receive script.

dkg pushed a commit to branch master
in repository gnupg2.

commit 951f277b6bf8178560105538d38e2a07a96865bd
Author: Neal H. Walfield <neal at g10code.com>
Date:   Tue Nov 10 08:03:57 2015 +0100

    gpg: Default to the flat TOFU DB format.
    
    * g10/tofu.c (opendbs): If the TOFU DB format is set to auto and there
    is no TOFU DB, default to the flat format.
    
    --
    Signed-off-by: Neal H. Walfield <neal at g10code.com>
---
 g10/tofu.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/g10/tofu.c b/g10/tofu.c
index f6d2d5e..f7dd40d 100644
--- a/g10/tofu.c
+++ b/g10/tofu.c
@@ -1014,9 +1014,9 @@ opendbs (void)
 	}
       else
 	{
-	  opt.tofu_db_format = TOFU_DB_SPLIT;
+	  opt.tofu_db_format = TOFU_DB_FLAT;
 	  if (DBG_TRUST)
-	    log_debug ("Using split format for TOFU DB.\n");
+	    log_debug ("Using flat format for TOFU DB.\n");
 	}
     }
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-gnupg/gnupg2.git



More information about the Pkg-gnupg-commit mailing list