mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
* main.h, keylist.c (show_notation): Add argument to show only user
notations, only standard notations, or both. Change all callers. * keyserver.c (keyserver_spawn): We still need EXEC_TEMPFILE_ONLY.
This commit is contained in:
parent
75f14e8571
commit
0842905be3
6 changed files with 28 additions and 7 deletions
|
@ -719,6 +719,10 @@ keyserver_spawn(int action,STRLIST list,KEYDB_SEARCH_DESC *desc,
|
|||
|
||||
assert(keyserver);
|
||||
|
||||
#ifdef EXEC_TEMPFILE_ONLY
|
||||
opt.keyserver_options.use_temp_files=1;
|
||||
#endif
|
||||
|
||||
/* Push the libexecdir into path. If DISABLE_KEYSERVER_PATH is set,
|
||||
use the 0 arg to replace the path. */
|
||||
#ifdef DISABLE_KEYSERVER_PATH
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue