1
0
mirror of git://git.gnupg.org/gnupg.git synced 2025-01-09 12:54:23 +01:00

(keyserver_spawn) [EXEC_TEMPFILE_ONLY]: Removed

setting use_temp_file because this option has been removed.
This commit is contained in:
Werner Koch 2004-04-27 10:20:38 +00:00
parent 6b3a008e46
commit 2900ffbff7
2 changed files with 3 additions and 4 deletions

View File

@ -1,5 +1,8 @@
2004-04-27 Werner Koch <wk@gnupg.org>
* keyserver.c (keyserver_spawn) [EXEC_TEMPFILE_ONLY]: Removed
setting use_temp_file because this option has been removed.
* g10.c: New commands --allow-admin and --deny-admin.
* options.h (opt): Add member ALLOW_ADMIN.

View File

@ -719,10 +719,6 @@ 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