]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-syslog.c
Replace the (void)nd_printn(..., NULL) calls by nd_printjn() calls
[tcpdump] / print-syslog.c
index b0e1c91aa78457ebdc5b560900417d5be393d112..916a2f200c82523f1ffb4fd6416eadc9a64590fc 100644 (file)
@@ -139,7 +139,7 @@ syslog_print(netdissect_options *ndo,
      * beautification to make it clear what was transmitted on the wire.
      */
     if (len > msg_off)
-        (void)nd_printn(ndo, pptr + msg_off, len - msg_off, NULL);
+        nd_printjn(ndo, pptr + msg_off, len - msg_off);
 
     if (ndo->ndo_vflag > 1)
         print_unknown_data(ndo, pptr, "\n\t", len);