mirror of
git://git.gnupg.org/gnupg.git
synced 2025-05-24 16:43:28 +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
@ -1,3 +1,8 @@
|
|||||||
|
2004-05-21 David Shaw <dshaw@jabberwocky.com>
|
||||||
|
|
||||||
|
* keyserver.c (keyserver_spawn): Fix keyserver options on tempfile
|
||||||
|
only platforms. Noted by Roger Sondermann.
|
||||||
|
|
||||||
2004-05-20 David Shaw <dshaw@jabberwocky.com>
|
2004-05-20 David Shaw <dshaw@jabberwocky.com>
|
||||||
|
|
||||||
* keyserver.c (keyserver_work): Allow --refresh-keys with a
|
* keyserver.c (keyserver_work): Allow --refresh-keys with a
|
||||||
|
@ -744,7 +744,7 @@ keyserver_spawn(int action,STRLIST list,KEYDB_SEARCH_DESC *desc,
|
|||||||
assert(keyserver);
|
assert(keyserver);
|
||||||
|
|
||||||
#ifdef EXEC_TEMPFILE_ONLY
|
#ifdef EXEC_TEMPFILE_ONLY
|
||||||
opt.keyserver_options.use_temp_files=1;
|
opt.keyserver_options.options|=KEYSERVER_USE_TEMP_FILES;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* Push the libexecdir into path. If DISABLE_KEYSERVER_PATH is set,
|
/* Push the libexecdir into path. If DISABLE_KEYSERVER_PATH is set,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user