diff options
author | Werner Koch <[email protected]> | 2016-06-17 06:36:07 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2016-06-17 06:36:07 +0000 |
commit | 4e41745b3ea3bb8ffc50af6bafeb1de9c928812f (patch) | |
tree | f1b66698b4c57128f00153697b7a83eda748620f /scd/scdaemon.c | |
parent | doc: Add more strong hints towards --with-colons. (diff) | |
download | gnupg-4e41745b3ea3bb8ffc50af6bafeb1de9c928812f.tar.gz gnupg-4e41745b3ea3bb8ffc50af6bafeb1de9c928812f.zip |
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 <[email protected]>
Diffstat (limited to 'scd/scdaemon.c')
-rw-r--r-- | scd/scdaemon.c | 1 |
1 files changed, 1 insertions, 0 deletions
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 () }; |