From: Vladimír Čunát Date: Fri, 8 Oct 2021 07:36:28 +0000 (+0200) Subject: modules/detect_time_skew: fix wording of the message X-Git-Tag: v5.4.2~3^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cf510fca86f5efa5ed2964081fef849273317879;p=thirdparty%2Fknot-resolver.git modules/detect_time_skew: fix wording of the message Local time appears in future == the signatures appear not valid *anymore*, and vice versa. --- diff --git a/modules/detect_time_skew/detect_time_skew.lua b/modules/detect_time_skew/detect_time_skew.lua index c96ff4d02..6eb2ab0e5 100644 --- a/modules/detect_time_skew/detect_time_skew.lua +++ b/modules/detect_time_skew/detect_time_skew.lua @@ -51,7 +51,7 @@ local function check_time_callback(pkt, req) os.date("%c", now), math.abs(time_diff), time_diff > 0 and "future" or "past", - time_diff > 0 and "yet" or "anymore") + time_diff > 0 and "anymore" or "yet") else log_info(ffi.C.LOG_GRP_DETECTTIMESKEW, "Local system time %q is within ".. "RRSIG validity interval <%q,%q>.", os.date("%c", now),