aboutsummaryrefslogtreecommitdiffstats
path: root/g10/keyserver.c
diff options
context:
space:
mode:
authorDavid Shaw <[email protected]>2005-03-31 17:11:53 +0000
committerDavid Shaw <[email protected]>2005-03-31 17:11:53 +0000
commitc336e34571cdec5c9efa162c2aab9a56c3cce784 (patch)
tree14ad54ac65b5db7eed8a9dd94f45e0517734b665 /g10/keyserver.c
parent* keydb.c (keydb_add_resource): Clarify meaning of flags. Add new (diff)
downloadgnupg-c336e34571cdec5c9efa162c2aab9a56c3cce784.tar.gz
gnupg-c336e34571cdec5c9efa162c2aab9a56c3cce784.zip
* exec.h, exec.c (set_exec_path): Remove some dead code and change all
callers. We no longer need to append to $PATH.
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 19786c770..d52c95f0e 100644
--- a/g10/keyserver.c
+++ b/g10/keyserver.c
@@ -876,7 +876,7 @@ keyserver_spawn(int action,STRLIST list,KEYDB_SEARCH_DESC *desc,
Unix-like systems (since we're going to give a full path to
gpgkeys_foo), but on W32 it prevents loading any DLLs from
directories in %PATH%. */
- set_exec_path(GNUPG_LIBEXECDIR,0);
+ set_exec_path(GNUPG_LIBEXECDIR);
#else
if(opt.exec_path_set)
{