mirror of
git://git.gnupg.org/gnupg.git
synced 2025-01-25 15:27:03 +01:00
* trustdb.c (get_validity_info): 'd' for disabled is not a validity value
any more.
This commit is contained in:
parent
39dd4d2b29
commit
7b278538c7
@ -1,5 +1,8 @@
|
|||||||
2003-01-06 David Shaw <dshaw@jabberwocky.com>
|
2003-01-06 David Shaw <dshaw@jabberwocky.com>
|
||||||
|
|
||||||
|
* trustdb.c (get_validity_info): 'd' for disabled is not a
|
||||||
|
validity value any more.
|
||||||
|
|
||||||
* packet.h, tdbio.h, tdbio.c (tdbio_read_record,
|
* packet.h, tdbio.h, tdbio.c (tdbio_read_record,
|
||||||
tdbio_write_record), trustdb.c (update_validity): Store temporary
|
tdbio_write_record), trustdb.c (update_validity): Store temporary
|
||||||
full & marginal counts in the trustdb.
|
full & marginal counts in the trustdb.
|
||||||
|
@ -1048,8 +1048,6 @@ get_validity_info (PKT_public_key *pk, const byte *namehash)
|
|||||||
int c;
|
int c;
|
||||||
|
|
||||||
trustlevel = get_validity (pk, namehash);
|
trustlevel = get_validity (pk, namehash);
|
||||||
if( trustlevel & TRUST_FLAG_DISABLED )
|
|
||||||
return 'd';
|
|
||||||
if( trustlevel & TRUST_FLAG_REVOKED )
|
if( trustlevel & TRUST_FLAG_REVOKED )
|
||||||
return 'r';
|
return 'r';
|
||||||
c = trust_letter ( (trustlevel & TRUST_MASK) );
|
c = trust_letter ( (trustlevel & TRUST_MASK) );
|
||||||
|
Loading…
x
Reference in New Issue
Block a user