diff options
author | Werner Koch <[email protected]> | 2022-09-21 07:39:48 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2022-09-21 07:41:39 +0000 |
commit | ed54fd53d1dc786c350b0c41e71afe349518f580 (patch) | |
tree | 496464635a559727b8e1b60120f16d723f8ba08f /g13/g13-syshelp.c | |
parent | dirmngr: Fix CRL DP error fallback to other schemes. (diff) | |
download | gnupg-ed54fd53d1dc786c350b0c41e71afe349518f580.tar.gz gnupg-ed54fd53d1dc786c350b0c41e71afe349518f580.zip |
tools: Need to set the dir for common.conf
* tools/gpg-connect-agent.c (main): Set dirs.
* tools/gpg-card.c (main): Ditto.
--
Fixes-commit: 203dcc19eb48228c60036691fe87fb37e29369a4
Diffstat (limited to '')
-rw-r--r-- | g13/g13-syshelp.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/g13/g13-syshelp.c b/g13/g13-syshelp.c index 4bfd927a7..6a4d3a446 100644 --- a/g13/g13-syshelp.c +++ b/g13/g13-syshelp.c @@ -291,8 +291,8 @@ main (int argc, char **argv) maybe_setuid = 0; /* - Now we are now working under our real uid - */ + * Now we are working under our real uid + */ /* Setup malloc hooks. */ { |