summaryrefslogtreecommitdiffstats
path: root/sm
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2014-06-25 19:26:33 +0200
committerWerner Koch <wk@gnupg.org>2014-06-26 17:06:17 +0200
commit2480b0253166712a2f20b92f34c8e4c2db0fc26f (patch)
tree3c192813e20d99e5465c293e5605d5b882642088 /sm
parentdoc: Improve the rendering of the manual (diff)
downloadgnupg2-2480b0253166712a2f20b92f34c8e4c2db0fc26f.tar.xz
gnupg2-2480b0253166712a2f20b92f34c8e4c2db0fc26f.zip
gpgsm: Fix default config name.
Diffstat (limited to 'sm')
-rw-r--r--sm/gpgsm.c3
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))