From 4e41745b3ea3bb8ffc50af6bafeb1de9c928812f Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Fri, 17 Jun 2016 08:36:07 +0200 Subject: [PATCH] scd: Make option --homedir work. * scd/scdaemon.c (opts): Add --homedir. -- Without that entry the homedir setting won't work. GnuPG-bug-id: 2386 Signed-off-by: Werner Koch --- scd/scdaemon.c | 1 + 1 file changed, 1 insertion(+) diff --git a/scd/scdaemon.c b/scd/scdaemon.c index 9c11cad46..7dbb9c745 100644 --- a/scd/scdaemon.c +++ b/scd/scdaemon.c @@ -156,6 +156,7 @@ static ARGPARSE_OPTS opts[] = { ARGPARSE_s_s (oDisableApplication, "disable-application", "@"), ARGPARSE_s_n (oEnablePinpadVarlen, "enable-pinpad-varlen", N_("use variable length input for pinpad")), + ARGPARSE_s_s (oHomedir, "homedir", "@"), ARGPARSE_end () };