nDPIsrvd.h: Fixed bug during token parsing/hashing. Do not hash array contents.

Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
This commit is contained in:
Toni Uhlig
2022-09-23 00:13:19 +02:00
parent 9a28475bba
commit 36f1786bde
166 changed files with 1206 additions and 1192 deletions

View File

@@ -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