diff options
author | Michele Campus <fci1908@gmail.com> | 2016-11-22 22:18:11 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-11-22 22:18:11 +0100 |
commit | 4da4db1e73ceca5f519e37c9e701e9d3f0919285 (patch) | |
tree | 129e52dd8a79da79b30723b767d0e7262013dc97 /src/lib | |
parent | f670eefd849f8805f201939215e358b47ebd0ff7 (diff) | |
parent | 4c23c3fec9ff02255d9f946256d57bb790a8fc58 (diff) |
Merge pull request #303 from alagoutte/fix_warning
Fix warning
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/protocols/http.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/protocols/http.c b/src/lib/protocols/http.c index 72ab9f9dc..c93e525bf 100644 --- a/src/lib/protocols/http.c +++ b/src/lib/protocols/http.c @@ -816,7 +816,6 @@ static void ndpi_check_http_tcp(struct ndpi_detection_module_struct *ndpi_struct /* check PPStream protocol or iQiyi service (iqiyi is deliverd by ppstream) */ // substring in url - int no_pps = 0; if(strstr((const char*) &packet->payload[filename_start], "iqiyi.com") != NULL) { if(kxun_counter == 0) { flow->l4.tcp.ppstream_stage++; |