diff options
Diffstat (limited to 'tools/gpg-wks-client.c')
-rw-r--r-- | tools/gpg-wks-client.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/gpg-wks-client.c b/tools/gpg-wks-client.c index c0e34c499..660d1bd8d 100644 --- a/tools/gpg-wks-client.c +++ b/tools/gpg-wks-client.c @@ -211,7 +211,7 @@ main (int argc, char **argv) init_common_subsystems (&argc, &argv); assuan_set_gpg_err_source (GPG_ERR_SOURCE_DEFAULT); - setup_libassuan_logging (&opt.debug); + setup_libassuan_logging (&opt.debug, NULL); /* Parse the command line. */ pargs.argc = &argc; |