]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-udld.c
CI: Add warning exemptions for Sun C (suncc-5.14) on Solaris 10
[tcpdump] / print-udld.c
index aec1d9e5727894e9f282116dbc2f71c976d46980..2ebb15558a5f4a15243b74c654fa49926bfffe13 100644 (file)
@@ -19,9 +19,7 @@
 
 /* specification: RFC 5171 */
 
-#ifdef HAVE_CONFIG_H
 #include <config.h>
-#endif
 
 #include "netdissect-stdinc.h"
 
@@ -174,7 +172,7 @@ udld_print(netdissect_options *ndo,
 
         case UDLD_ECHO_TLV:
             ND_PRINT(", ");
-            (void)nd_printn(ndo, tptr, len, NULL);
+            nd_printjn(ndo, tptr, len);
             break;
 
         case UDLD_MESSAGE_INTERVAL_TLV: