X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/90ddb17d272bbe39dccc08f7b109077b73996fee..3ed92cd021a619c8dbff377edd8eb66b3ec285c9:/print-syslog.c diff --git a/print-syslog.c b/print-syslog.c index b0e1c91a..916a2f20 100644 --- a/print-syslog.c +++ b/print-syslog.c @@ -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);