1
0
mirror of git://git.gnupg.org/gnupg.git synced 2024-06-10 23:49:50 +02:00

* keyserver.c (keyserver_spawn): Fix keyserver options on tempfile only

platforms.  Noted by Roger Sondermann.
This commit is contained in:
David Shaw 2004-05-21 12:29:53 +00:00
parent 18e96cb281
commit 228e1a55a4
2 changed files with 6 additions and 1 deletions

View File

@ -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>
* keyserver.c (keyserver_work): Allow --refresh-keys with a

View File

@ -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,