diff options
author | Alexis La Goutte <alexis.lagoutte@gmail.com> | 2016-11-22 20:47:07 +0100 |
---|---|---|
committer | Alexis La Goutte <alexis.lagoutte@gmail.com> | 2016-11-22 20:56:12 +0100 |
commit | 2ab1faf05a9256262548a06a702de7b513506e65 (patch) | |
tree | 0d3b265913c9174d7671c20830bf7d33f913beda | |
parent | f670eefd849f8805f201939215e358b47ebd0ff7 (diff) |
http: unused variable 'no_pps' [-Werror=unused-variable]
-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++; |