X-Git-Url: https://git.distorted.org.uk/~mdw/userv-utils/blobdiff_plain/935da5a413575e01bc3273bb93b2efacbbe47759..45fa312ed19a30259ba0ec3fb04d769c1f8f0263:/ipif/mech-timestamp.c diff --git a/ipif/mech-timestamp.c b/ipif/mech-timestamp.c index 93d30e6..d1b83d5 100644 --- a/ipif/mech-timestamp.c +++ b/ipif/mech-timestamp.c @@ -78,6 +78,8 @@ static const char *mdec_timestamp(struct mechdata *md, struct buffer *buf) { } else if (age < 0) { if (!md->max_skew || age >= -md->max_skew) return 0; sprintf(cbuf,"too much skew (%lds)",-age); + } else { + return 0; } if (tnow < md->next_warn) return "";