1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-02 22:46:30 +02: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

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