mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
Robustness fix.
Add group to the --gpgconf-list.
This commit is contained in:
parent
df066f970f
commit
e573011dda
4 changed files with 28 additions and 10 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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue