diff options
Diffstat (limited to '')
-rw-r--r-- | g10/trustdb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/trustdb.c b/g10/trustdb.c index 3f5b4fc64..7357b762a 100644 --- a/g10/trustdb.c +++ b/g10/trustdb.c @@ -1624,7 +1624,7 @@ update_trustdb() ulong count=0, err_count=0, new_count=0; while( !(rc = enum_keyblocks( 1, &kbpos, &keyblock )) ) { - int modified; + /*int modified;*/ TRUSTREC drec; PKT_public_key *pk = find_kbnode( keyblock, PKT_PUBLIC_KEY ) ->pkt->pkt.public_key; |