aboutsummaryrefslogtreecommitdiffstats
path: root/g10/gpg.c
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2008-06-19 10:45:16 +0000
committerWerner Koch <[email protected]>2008-06-19 10:45:16 +0000
commite573011ddad011f4fb7ce1bcb7fd8235e38c40fe (patch)
treedf9e25600abd9fcd6456e4f1213917b91fed9282 /g10/gpg.c
parent2008-06-18 Marcus Brinkmann <[email protected]> (diff)
downloadgnupg-e573011ddad011f4fb7ce1bcb7fd8235e38c40fe.tar.gz
gnupg-e573011ddad011f4fb7ce1bcb7fd8235e38c40fe.zip
Robustness fix.
Add group to the --gpgconf-list.
Diffstat (limited to 'g10/gpg.c')
-rw-r--r--g10/gpg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/gpg.c b/g10/gpg.c
index a568bb97e..9019cf22d 100644
--- a/g10/gpg.c
+++ b/g10/gpg.c
@@ -1562,7 +1562,7 @@ gpgconf_list (const char *configfile)
printf ("allow-pka-lookup:%lu:\n", GC_OPT_FLAG_NONE);
printf ("log-file:%lu:\n", GC_OPT_FLAG_NONE);
printf ("debug-level:%lu:\"none:\n", GC_OPT_FLAG_DEFAULT);
-
+ printf ("group:%lu:\n", GC_OPT_FLAG_NONE);
xfree (configfile_esc);
}