diff options
author | Ivan Nardi <12729895+IvanNardi@users.noreply.github.com> | 2025-05-25 17:49:52 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-05-25 17:49:52 +0200 |
commit | 46dff3474e5c6df46ed2dafc476070fc2e3076f6 (patch) | |
tree | 7b6035f003653d51b0f4746e69990a814d487508 /src/lib/protocols/ssh.c | |
parent | b1f0c6ceb5f1bb81b404d26f071dc78a2f23ffdd (diff) |
Fix some warnings reported by scan-build (#2851)
Close #2807
Diffstat (limited to 'src/lib/protocols/ssh.c')
-rw-r--r-- | src/lib/protocols/ssh.c | 1 |
1 files changed, 0 insertions, 1 deletions
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] */ |