aboutsummaryrefslogtreecommitdiffstats
path: root/sm/gpgsm.c
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2007-12-06 15:55:03 +0000
committerWerner Koch <[email protected]>2007-12-06 15:55:03 +0000
commit89671cdd6425e0c2247bd02c7ce6bb2f6339f94d (patch)
treedf62d4ec104e82ffce7f163e357d3e9ab45d81c0 /sm/gpgsm.c
parentCreated help files form the current po entries. (diff)
downloadgnupg-89671cdd6425e0c2247bd02c7ce6bb2f6339f94d.tar.gz
gnupg-89671cdd6425e0c2247bd02c7ce6bb2f6339f94d.zip
More code for the audit log.
Diffstat (limited to '')
-rw-r--r--sm/gpgsm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sm/gpgsm.c b/sm/gpgsm.c
index 21a29bee5..10e39159d 100644
--- a/sm/gpgsm.c
+++ b/sm/gpgsm.c
@@ -1676,7 +1676,7 @@ main ( int argc, char **argv)
if (auditlog)
{
- audit_print_result (ctrl.audit, auditfp);
+ audit_print_result (ctrl.audit, auditfp, 0);
audit_release (ctrl.audit);
ctrl.audit = NULL;
}