diff options
Diffstat (limited to '')
-rw-r--r-- | g10/keyserver.c | 2 |
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) { |