aboutsummaryrefslogtreecommitdiffstats
path: root/scd/scdaemon.c
diff options
context:
space:
mode:
Diffstat (limited to 'scd/scdaemon.c')
-rw-r--r--scd/scdaemon.c8
1 files changed, 1 insertions, 7 deletions
diff --git a/scd/scdaemon.c b/scd/scdaemon.c
index a6f18cc36..d1402b5ee 100644
--- a/scd/scdaemon.c
+++ b/scd/scdaemon.c
@@ -261,13 +261,7 @@ main (int argc, char **argv )
looking at the uid or ebtter use an explict option for this */
opt.homedir = getenv("GNUPGHOME");
if (!opt.homedir || !*opt.homedir)
- {
-#ifdef HAVE_DRIVE_LETTERS
- opt.homedir = "c:/gnupg-test";
-#else
- opt.homedir = "~/.gnupg-test";
-#endif
- }
+ opt.homedir = GNUPG_DEFAULT_HOMEDIR;
/* check whether we have a config file on the commandline */
orig_argc = argc;