mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
gpgsm: Fix default config name.
This commit is contained in:
parent
b5f95c1b56
commit
2480b02531
1 changed files with 2 additions and 1 deletions
|
@ -1435,7 +1435,8 @@ main ( int argc, char **argv)
|
||||||
configname = NULL;
|
configname = NULL;
|
||||||
|
|
||||||
if (!opt.config_filename)
|
if (!opt.config_filename)
|
||||||
opt.config_filename = make_filename (opt.homedir, GPG_NAME EXTSEP_S "conf",
|
opt.config_filename = make_filename (opt.homedir,
|
||||||
|
GPGSM_NAME EXTSEP_S "conf",
|
||||||
NULL);
|
NULL);
|
||||||
|
|
||||||
if (log_get_errorcount(0))
|
if (log_get_errorcount(0))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue