aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2014-06-25 17:26:33 +0000
committerWerner Koch <[email protected]>2014-06-26 15:06:17 +0000
commit2480b0253166712a2f20b92f34c8e4c2db0fc26f (patch)
tree3c192813e20d99e5465c293e5605d5b882642088
parentdoc: Improve the rendering of the manual (diff)
downloadgnupg-2480b0253166712a2f20b92f34c8e4c2db0fc26f.tar.gz
gnupg-2480b0253166712a2f20b92f34c8e4c2db0fc26f.zip
gpgsm: Fix default config name.
Diffstat (limited to '')
-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))