mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +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:
parent
b096757f62
commit
d153e4936e
2 changed files with 1 additions and 14 deletions
|
@ -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");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue