From 46dff3474e5c6df46ed2dafc476070fc2e3076f6 Mon Sep 17 00:00:00 2001 From: Ivan Nardi <12729895+IvanNardi@users.noreply.github.com> Date: Sun, 25 May 2025 17:49:52 +0200 Subject: Fix some warnings reported by scan-build (#2851) Close #2807 --- src/lib/protocols/ssh.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/lib/protocols/ssh.c') diff --git a/src/lib/protocols/ssh.c b/src/lib/protocols/ssh.c index 56812117e..6058a661d 100644 --- a/src/lib/protocols/ssh.c +++ b/src/lib/protocols/ssh.c @@ -362,7 +362,6 @@ static u_int16_t concat_hash_string(struct ndpi_detection_module_struct *ndpi_st if(len > len_max) goto invalid_payload; - offset += len; /* ssh.languages_client_to_server [None] */ -- cgit v1.2.3