aboutsummaryrefslogtreecommitdiffstats
path: root/g10/keyserver.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--g10/keyserver.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/keyserver.c b/g10/keyserver.c
index c36ac6004..4beeb8d9f 100644
--- a/g10/keyserver.c
+++ b/g10/keyserver.c
@@ -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,