X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/5636348412ff1463a2b26f035237cf7cedef5cab..0ba2f9c718eb3272153cba85db2912b1ad853e6f:/print-null.c diff --git a/print-null.c b/print-null.c index a69997da..8eabe5dd 100644 --- a/print-null.c +++ b/print-null.c @@ -125,7 +125,7 @@ null_if_print(const struct pcap_pkthdr *h, const u_char *p) case BSD_AFNUM_INET6_BSD: case BSD_AFNUM_INET6_FREEBSD: case BSD_AFNUM_INET6_DARWIN: - ip6_print(p, length); + ip6_print(gndo, p, length); break; #endif