diff options
Diffstat (limited to 'g13')
-rw-r--r-- | g13/g13-syshelp.c | 2 | ||||
-rw-r--r-- | g13/g13.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/g13/g13-syshelp.c b/g13/g13-syshelp.c index 7976be43d..7b4623946 100644 --- a/g13/g13-syshelp.c +++ b/g13/g13-syshelp.c @@ -302,7 +302,7 @@ main ( int argc, char **argv) /* Prepare libassuan. */ assuan_set_gpg_err_source (GPG_ERR_SOURCE_DEFAULT); /*assuan_set_system_hooks (ASSUAN_SYSTEM_NPTH);*/ - setup_libassuan_logging (&opt.debug); + setup_libassuan_logging (&opt.debug, NULL); /* Setup a default control structure for command line mode. */ memset (&ctrl, 0, sizeof ctrl); @@ -431,7 +431,7 @@ main ( int argc, char **argv) /* Prepare libassuan. */ assuan_set_gpg_err_source (GPG_ERR_SOURCE_DEFAULT); assuan_set_system_hooks (ASSUAN_SYSTEM_NPTH); - setup_libassuan_logging (&opt.debug); + setup_libassuan_logging (&opt.debug, NULL); /* Setup a default control structure for command line mode. */ memset (&ctrl, 0, sizeof ctrl); |