mirror of
git://git.gnupg.org/gnupg.git
synced 2025-04-17 15:44:34 +02:00
(keyserver_spawn) [EXEC_TEMPFILE_ONLY]: Removed
setting use_temp_file because this option has been removed.
This commit is contained in:
parent
6b3a008e46
commit
2900ffbff7
@ -1,5 +1,8 @@
|
|||||||
2004-04-27 Werner Koch <wk@gnupg.org>
|
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.
|
* g10.c: New commands --allow-admin and --deny-admin.
|
||||||
* options.h (opt): Add member ALLOW_ADMIN.
|
* options.h (opt): Add member ALLOW_ADMIN.
|
||||||
|
|
||||||
|
@ -719,10 +719,6 @@ keyserver_spawn(int action,STRLIST list,KEYDB_SEARCH_DESC *desc,
|
|||||||
|
|
||||||
assert(keyserver);
|
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,
|
/* Push the libexecdir into path. If DISABLE_KEYSERVER_PATH is set,
|
||||||
use the 0 arg to replace the path. */
|
use the 0 arg to replace the path. */
|
||||||
#ifdef DISABLE_KEYSERVER_PATH
|
#ifdef DISABLE_KEYSERVER_PATH
|
||||||
|
Loading…
x
Reference in New Issue
Block a user