diff options
author | Luca Deri <deri@ntop.org> | 2020-05-06 01:34:55 +0200 |
---|---|---|
committer | Luca Deri <deri@ntop.org> | 2020-05-06 01:34:55 +0200 |
commit | 48282369e244afb91f4d322b3a9091ffec52af81 (patch) | |
tree | 36eaeae91eae06800e2c958d21ffa4c9abd17636 /src/lib/third_party/include | |
parent | 7d63149ced191d1d646404a844c5ffd2d55dea14 (diff) |
False positive fixes
Diffstat (limited to 'src/lib/third_party/include')
-rw-r--r-- | src/lib/third_party/include/ndpi_patricia.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/third_party/include/ndpi_patricia.h b/src/lib/third_party/include/ndpi_patricia.h index 654869ba3..d28758e2c 100644 --- a/src/lib/third_party/include/ndpi_patricia.h +++ b/src/lib/third_party/include/ndpi_patricia.h @@ -104,8 +104,7 @@ union patricia_node_value_t { void *user_data; /* User-defined values */ - u_int16_t user_value; - u_int16_t user_value2; + u_int32_t user_value; }; typedef struct _patricia_node_t { |