diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2022-09-23 00:13:19 +0200 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2022-09-23 00:13:19 +0200 |
commit | 36f1786bde2572cf7eb44aa1384b61ecfebdeff3 (patch) | |
tree | 83d4f3d5abc6d19ee4df1686c4cad7655cd1b335 /nDPId-test.c | |
parent | 9a28475bba88b711b7075b58473b7e5b5df1f393 (diff) |
nDPIsrvd.h: Fixed bug during token parsing/hashing. Do not hash array contents.
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'nDPId-test.c')
-rw-r--r-- | nDPId-test.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/nDPId-test.c b/nDPId-test.c index e77846c67..911e0194a 100644 --- a/nDPId-test.c +++ b/nDPId-test.c @@ -367,7 +367,6 @@ static enum nDPIsrvd_callback_return distributor_json_callback(struct nDPIsrvd_s struct distributor_thread_user_data * thread_stats = NULL; struct distributor_flow_user_data * flow_stats = NULL; - (void)thread_data; #if 0 printf("Distributor: %.*s\n", (int)sock->buffer.json_string_length, sock->buffer.json_string); #endif |