X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/f5acc04bef89751b57441dcdac7a86b8f981989b..d44f963e59ead8486d097f890ec8ca7c3000a8af:/print-syslog.c diff --git a/print-syslog.c b/print-syslog.c index 3685d620..7fb0c225 100644 --- a/print-syslog.c +++ b/print-syslog.c @@ -116,9 +116,9 @@ syslog_print(register const u_char *pptr, register u_int len) if (!TTEST2(*(pptr+msg_off), 1)) goto trunc; + } if (*(pptr+msg_off) == '>') msg_off++; - } } else { printf("[|syslog]"); return;