mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
gpg: Pass CTRL object down to the trust functions
Signed-off-by: Werner Koch <wk@gnupg.org>
This commit is contained in:
parent
fd973ee1c1
commit
027c4e5552
16 changed files with 180 additions and 152 deletions
|
@ -4432,12 +4432,12 @@ main (int argc, char **argv)
|
|||
case aUpdateTrustDB:
|
||||
if( argc )
|
||||
wrong_args("--update-trustdb");
|
||||
update_trustdb();
|
||||
update_trustdb (ctrl);
|
||||
break;
|
||||
|
||||
case aCheckTrustDB:
|
||||
/* Old versions allowed for arguments - ignore them */
|
||||
check_trustdb();
|
||||
check_trustdb (ctrl);
|
||||
break;
|
||||
|
||||
case aFixTrustDB:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue