diff options
author | Ravi Kerur <ravi.kerur@viasat.com> | 2019-10-02 09:32:39 -0700 |
---|---|---|
committer | Ravi Kerur <ravi.kerur@viasat.com> | 2019-10-02 09:32:39 -0700 |
commit | 77edf1f680fcbfd7c9947bb9b075602a34cb3460 (patch) | |
tree | 40b0535f4fad320fa21e1a08ecde521b93787348 /src/lib/ndpi_classify.c | |
parent | 6a22bee2ca4675b01d976b2d41d7eba5de3bb8be (diff) |
Fix crash due to recent code changes when using hyperscan and mining_hosts.
Signed-off-by: Ravi Kerur <ravi.kerur@viasat.com>
Diffstat (limited to 'src/lib/ndpi_classify.c')
-rw-r--r-- | src/lib/ndpi_classify.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/ndpi_classify.c b/src/lib/ndpi_classify.c index 7a814f7ce..af7385fb7 100644 --- a/src/lib/ndpi_classify.c +++ b/src/lib/ndpi_classify.c @@ -679,7 +679,7 @@ ndpi_timeval_to_microseconds(struct timeval ts) } void -ndpi_log_timestamp(char *log_ts, u_int log_ts_len) +ndpi_log_timestamp(char *log_ts, uint32_t log_ts_len) { struct timeval tv; time_t nowtime; |