diff options
author | Campus <campus@ntop.org> | 2016-06-24 13:45:43 +0200 |
---|---|---|
committer | Campus <campus@ntop.org> | 2016-06-24 13:45:43 +0200 |
commit | ff6b19382191941be442349bb55e90c15da818e6 (patch) | |
tree | 884b699750028c5e821a5fe2b27006eee2d7f279 /src/lib/protocols/git.c | |
parent | 96623c0e4f17c48111fdd8e38d58ebee0c5f26a4 (diff) |
minor fixes - deleted useless part on git and quic protos
Diffstat (limited to 'src/lib/protocols/git.c')
-rw-r--r-- | src/lib/protocols/git.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/protocols/git.c b/src/lib/protocols/git.c index 63479b26a..8cde52912 100644 --- a/src/lib/protocols/git.c +++ b/src/lib/protocols/git.c @@ -51,7 +51,7 @@ void ndpi_search_git(struct ndpi_detection_module_struct *ndpi_struct, u_int8_t * git_pkt_len_buff = NULL; u_int8_t * git_pkt_data = NULL; - u_int16_t git_len = 0, count = 0 , is_git = 0; + u_int16_t git_len = 0, count = 0; if(packet->tcp != NULL) { |