mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
siftr: fix a build error for powerpc and arm platforms
Summary: This is introduced by commit aa61cff424.
Reviewers: rscheff, tuexen
Approved by: tuexen (mentor)
Subscribers: imp, melifaro, glebius
Differential Revision: https://reviews.freebsd.org/D40320
This commit is contained in:
parent
9d35469e9a
commit
d29a9a615c
1 changed files with 1 additions and 1 deletions
|
|
@ -388,7 +388,7 @@ siftr_process_pkt(struct pkt_node * pkt_node)
|
|||
|
||||
/* Construct a log message. */
|
||||
log_buf->ae_bytesused = snprintf(log_buf->ae_data, MAX_LOG_MSG_LEN,
|
||||
"%c,%zd.%06ld,%s,%hu,%s,%hu,%u,%u,%u,%u,%u,%u,%u,%u,%u,%u,%u,%u,%u,"
|
||||
"%c,%jd.%06ld,%s,%hu,%s,%hu,%u,%u,%u,%u,%u,%u,%u,%u,%u,%u,%u,%u,%u,"
|
||||
"%u,%u,%u,%u,%u,%u,%u,%u\n",
|
||||
direction[pkt_node->direction],
|
||||
pkt_node->tval.tv_sec,
|
||||
|
|
|
|||
Loading…
Reference in a new issue