1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-02 22:46:30 +02:00

gpg,sm: Ignore the log-file option from common.conf.

* g10/gpg.c (main): Don't use the default log file from common.conf.
* sm/gpgsm.c (main): Ditto.
--

That was acutally not intended and contradicts the description in
doc/example/common.conf.

Signed-off-by: Werner Koch <wk@gnupg.org>
This commit is contained in:
Werner Koch 2021-04-21 13:16:49 +02:00
parent b096757f62
commit d153e4936e
No known key found for this signature in database
GPG key ID: E3FDFF218E45B72B
2 changed files with 1 additions and 14 deletions

View file

@ -3723,12 +3723,6 @@ main (int argc, char **argv)
g10_exit(2);
}
if (!logfile)
{
logfile = comopt.logfile;
comopt.logfile = NULL;
}
if (opt.use_keyboxd)
log_info ("Note: Please move option \"%s\" to \"common.conf\"\n",
"use-keyboxd");