aboutsummaryrefslogtreecommitdiffstats
path: root/g10/keyserver.c
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2004-04-27 10:20:38 +0000
committerWerner Koch <[email protected]>2004-04-27 10:20:38 +0000
commit2900ffbff7af216877406e49f4cfe0357a0ec441 (patch)
treee3186babe43b12c285eba579848a90699277332e /g10/keyserver.c
parentRenamed prototype parameter name to avoid gcc warnings. (diff)
downloadgnupg-2900ffbff7af216877406e49f4cfe0357a0ec441.tar.gz
gnupg-2900ffbff7af216877406e49f4cfe0357a0ec441.zip
(keyserver_spawn) [EXEC_TEMPFILE_ONLY]: Removed
setting use_temp_file because this option has been removed.
Diffstat (limited to 'g10/keyserver.c')
-rw-r--r--g10/keyserver.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/g10/keyserver.c b/g10/keyserver.c
index 8b71a6340..f0d5ba057 100644
--- a/g10/keyserver.c
+++ b/g10/keyserver.c
@@ -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