From f4597192233a4126114de38f493d455c7731d1af Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Thu, 15 Oct 1998 03:52:33 +0000 Subject: [PATCH] remove_timestamp() if timestamp is preposterous --- check.c | 1 + 1 file changed, 1 insertion(+) diff --git a/check.c b/check.c index 8e759d2be..e033b10bb 100644 --- a/check.c +++ b/check.c @@ -299,6 +299,7 @@ static int check_timestamp() timestamp_is_old = 2; /* bogus time value */ log_error(BAD_STAMPFILE); inform_user(BAD_STAMPFILE); + remove_timestamp(); } else { timestamp_is_old = 0; /* time value is reasonable */ } -- 2.40.0