mirror of https://github.com/OISF/suricata
output: fix timestamp missing usecs
On ARM 32bit with Musl `tv_usecs` is defined as `int64_t` which lead to CreateIsoTimeString() printing all zeros on the usecs. Work around this by first assigning to a `int64_t` and then updating the expected format string to accept `int64_t`. Bug: #5094.pull/7049/head
parent
b1c09369af
commit
a0c0471f1f
Loading…
Reference in New Issue