X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/9d046ee0503d4c8cbfcb200c88986de876f6cae7..5ef0bcb5edd748de9d9af13c40da0395dfdd94e8:/print-dhcp6.c diff --git a/print-dhcp6.c b/print-dhcp6.c index 0b40af81..8b19d546 100644 --- a/print-dhcp6.c +++ b/print-dhcp6.c @@ -826,8 +826,6 @@ dhcp6_print(netdissect_options *ndo, extp = (const u_char *)(dh6 + 1); dhcp6opt_print(ndo, extp, ep); } else { /* relay messages */ - ND_TCHECK_16(dh6relay->dh6relay_peeraddr); - ND_PRINT("linkaddr=%s", GET_IP6ADDR_STRING(dh6relay->dh6relay_linkaddr)); ND_PRINT(" peeraddr=%s", GET_IP6ADDR_STRING(dh6relay->dh6relay_peeraddr));