[Pkg-gnupg-commit] [gnupg2] 23/102: gpg, w32: Fix build regression.
Daniel Kahn Gillmor
dkg at fifthhorseman.net
Fri Jun 17 00:14:50 UTC 2016
This is an automated email from the git hooks/post-receive script.
dkg pushed a commit to branch experimental
in repository gnupg2.
commit 9bbb841bd9ed2350299608b043cd144ff934815b
Author: Werner Koch <wk at gnupg.org>
Date: Tue May 24 13:01:27 2016 +0200
gpg, w32: Fix build regression.
--
Fixes-commit: 754b1c463034a634a678d8efc76c27fd46aad9b9
---
g10/gpg.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/g10/gpg.c b/g10/gpg.c
index f901bbd..a88499a 100644
--- a/g10/gpg.c
+++ b/g10/gpg.c
@@ -2046,7 +2046,9 @@ gpg_init_default_ctrl (ctrl_t ctrl)
static void
gpg_deinit_default_ctrl (ctrl_t ctrl)
{
+#ifdef USE_TOFU
tofu_closedbs (ctrl);
+#endif
gpg_dirmngr_deinit_session_data (ctrl);
}
--
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