]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-lwres.c
change make check to work with POSIX shell
[tcpdump] / print-lwres.c
index e0d83fd5f651f0e9c7a85d3d34d89089f0142d38..ae352807d006b2399e222b718eabf3dbfd24bbc2 100644 (file)
@@ -542,7 +542,7 @@ lwres_print(netdissect_options *ndo,
                                    EXTRACT_16BITS(&grbn->rdclass))));
                        }
                        ND_PRINT((ndo, " TTL "));
-                       relts_print(ndo, EXTRACT_32BITS(&grbn->ttl));
+                       unsigned_relts_print(ndo, EXTRACT_32BITS(&grbn->ttl));
                        ND_PRINT((ndo, " %u/%u", EXTRACT_16BITS(&grbn->nrdatas),
                            EXTRACT_16BITS(&grbn->nsigs)));