]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-lldp.c
Replace the (void)nd_printn(..., NULL) calls by nd_printjn() calls
[tcpdump] / print-lldp.c
index a0cd9ba480042a2bc9840bdb3d4348a39d7dca5c..a04f054ed48372655a849df00b09e61eb3ab762b 100644 (file)
@@ -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;