diff options
-rw-r--r-- | g10/tofu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/tofu.c b/g10/tofu.c index 4285e960c..968b89a90 100644 --- a/g10/tofu.c +++ b/g10/tofu.c @@ -2023,7 +2023,7 @@ show_statistics (tofu_dbs_t dbs, const char *fingerprint, } - if (messages == -1 || !first_seen) + if (messages == -1 || first_seen == -1) { write_stats_status (outfp, 0, TOFU_POLICY_NONE, 0, 0); if (!outfp) |