From: Todd C. Miller Date: Thu, 15 Oct 1998 03:52:33 +0000 (+0000) Subject: remove_timestamp() if timestamp is preposterous X-Git-Tag: SUDO_1_5_7~97 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f4597192233a4126114de38f493d455c7731d1af;p=sudo remove_timestamp() if timestamp is preposterous --- 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 */ }