gpgsm: Fix default config name.

This commit is contained in:
Werner Koch 2014-06-25 19:26:33 +02:00
parent b5f95c1b56
commit 2480b02531
1 changed files with 2 additions and 1 deletions

View File

@ -1435,7 +1435,8 @@ main ( int argc, char **argv)
configname = NULL;
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);
if (log_get_errorcount(0))