mirror of
git://git.gnupg.org/gnupg.git
synced 2025-01-03 12:11:33 +01:00
sm: Do not require a default keyring for --gpgconf-list.
* sm/gpgsm.c (main): No default keyring for gpgconf mode. -- GnuPG-bug-id: 4867 Signed-off-by: Werner Koch <wk@gnupg.org>
This commit is contained in:
parent
ad1254b59d
commit
e7677da479
@ -1151,6 +1151,7 @@ main ( int argc, char **argv)
|
|||||||
case aGPGConfTest:
|
case aGPGConfTest:
|
||||||
set_cmd (&cmd, pargs.r_opt);
|
set_cmd (&cmd, pargs.r_opt);
|
||||||
do_not_setup_keys = 1;
|
do_not_setup_keys = 1;
|
||||||
|
default_keyring = 0;
|
||||||
nogreeting = 1;
|
nogreeting = 1;
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user