X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/ee68aa36460d7efeca48747f33b7f2adc0900bfb..19e63b148b385f238d94e9b159de06c89cfee02e:/print-bootp.c diff --git a/print-bootp.c b/print-bootp.c index 89bd59be..95d5d73b 100644 --- a/print-bootp.c +++ b/print-bootp.c @@ -1055,7 +1055,7 @@ trunc: nd_print_trunc(ndo); } -#define PRINTCMUADDR(m, s) { ND_TCHECK_4(&cmu->m); \ +#define PRINTCMUADDR(m, s) { ND_TCHECK_4(cmu->m); \ if (GET_IPV4_TO_NETWORK_ORDER(cmu->m) != 0) \ ND_PRINT(" %s:%s", s, ipaddr_string(ndo, cmu->m)); }