diff options
author | Werner Koch <wk@gnupg.org> | 2014-06-25 19:26:33 +0200 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2014-06-26 17:06:17 +0200 |
commit | 2480b0253166712a2f20b92f34c8e4c2db0fc26f (patch) | |
tree | 3c192813e20d99e5465c293e5605d5b882642088 /sm | |
parent | doc: Improve the rendering of the manual (diff) | |
download | gnupg2-2480b0253166712a2f20b92f34c8e4c2db0fc26f.tar.xz gnupg2-2480b0253166712a2f20b92f34c8e4c2db0fc26f.zip |
gpgsm: Fix default config name.
Diffstat (limited to 'sm')
-rw-r--r-- | sm/gpgsm.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sm/gpgsm.c b/sm/gpgsm.c index c813336ae..92bb80614 100644 --- a/sm/gpgsm.c +++ b/sm/gpgsm.c @@ -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)) |