mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
* keyserver.c (keyserver_spawn): Fix keyserver options on tempfile only
platforms. Noted by Roger Sondermann.
This commit is contained in:
parent
18e96cb281
commit
228e1a55a4
2 changed files with 6 additions and 1 deletions
|
@ -744,7 +744,7 @@ keyserver_spawn(int action,STRLIST list,KEYDB_SEARCH_DESC *desc,
|
|||
assert(keyserver);
|
||||
|
||||
#ifdef EXEC_TEMPFILE_ONLY
|
||||
opt.keyserver_options.use_temp_files=1;
|
||||
opt.keyserver_options.options|=KEYSERVER_USE_TEMP_FILES;
|
||||
#endif
|
||||
|
||||
/* Push the libexecdir into path. If DISABLE_KEYSERVER_PATH is set,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue