mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
db2b509ec3
Submitted by: des, philip References: https://bugs.gnupg.org/gnupg/issue1622 References: http://git.gnupg.org/cgi-bin/gitweb.cgi?p=gnupg.git;a=commit;h=23191d7851eae2217ecdac6484349849a24fd94a
16 lines
527 B
C
16 lines
527 B
C
Index: security/gnupg1/files/patch-g10-trustdb.c
|
|
===================================================================
|
|
--- security/gnupg1/files/patch-g10-trustdb.c (revision 0)
|
|
+++ security/gnupg1/files/patch-g10-trustdb.c (working copy)
|
|
@@ -0,0 +1,10 @@
|
|
+--- g10/trustdb.c.orig 2013-12-13 08:28:22.000000000 +0100
|
|
++++ g10/trustdb.c 2014-05-17 19:47:21.125216457 +0200
|
|
+@@ -927,6 +927,7 @@
|
|
+ TRUSTREC rec;
|
|
+ int rc;
|
|
+
|
|
++ init_trustdb();
|
|
+ if (trustdb_args.no_trustdb && opt.trust_model == TM_ALWAYS)
|
|
+ return 0;
|
|
+
|