diff options
Diffstat (limited to 'g13/g13.c')
-rw-r--r-- | g13/g13.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |