X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/abc8c2d61c65757011d9d32abb01cd1e51232f3a..refs/heads/mcr-macro-update-1:/print-timed.c?ds=inline diff --git a/print-timed.c b/print-timed.c index 2c004271..ae8d5766 100644 --- a/print-timed.c +++ b/print-timed.c @@ -116,7 +116,6 @@ timed_print(netdissect_options *ndo, case TSP_ADJTIME: case TSP_SETDATE: case TSP_SETDATEREQ: - ND_TCHECK_8(&tsp->tsp_time); sec = GET_BE_S_4(tsp->tsp_time.tv_sec); usec = GET_BE_S_4(tsp->tsp_time.tv_usec); /* XXX The comparison below is always false? */