]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
remove redundant check
authorAlan T. DeKok <aland@freeradius.org>
Wed, 27 Oct 2021 18:38:36 +0000 (14:38 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Thu, 28 Oct 2021 12:52:04 +0000 (08:52 -0400)
src/lib/util/time.c

index 2aff058598c6d498fa4ce618dce49a95e7be279b..9e745cd585edd68b886299a8039558c5c17ada75 100644 (file)
@@ -608,7 +608,6 @@ fr_unix_time_t fr_unix_time_from_tm(struct tm *tm)
        CHECK(year, 3000);
        CHECK(wday, 7);
        CHECK(mon, 12);
-       CHECK(sec, 60);
        CHECK(yday, 366);
        /* don't check gmtoff, it can be negative */