diff options
| author | Werner Koch <[email protected]> | 2008-06-19 10:45:16 +0000 |
|---|---|---|
| committer | Werner Koch <[email protected]> | 2008-06-19 10:45:16 +0000 |
| commit | e573011ddad011f4fb7ce1bcb7fd8235e38c40fe (patch) | |
| tree | df9e25600abd9fcd6456e4f1213917b91fed9282 /g10/gpg.c | |
| parent | 2008-06-18 Marcus Brinkmann <[email protected]> (diff) | |
| download | gnupg-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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); } |
