X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/1b69d2a8a141e97ce2d081fa92941b0cbb26c116..refs/pull/1034/head:/print-lldp.c diff --git a/print-lldp.c b/print-lldp.c index a0cd9ba4..a04f054e 100644 --- a/print-lldp.c +++ b/print-lldp.c @@ -970,7 +970,7 @@ lldp_private_iana_print(netdissect_options *ndo, switch (subtype) { case LLDP_IANA_SUBTYPE_MUDURL: ND_PRINT("\n\t MUD-URL="); - (void)nd_printn(ndo, tptr+4, tlv_len-4, NULL); + nd_printjn(ndo, tptr+4, tlv_len-4); break; default: hexdump=TRUE;