diff options
author | Michele Campus <fci1908@gmail.com> | 2017-07-27 13:10:08 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-27 13:10:08 +0200 |
commit | 6ca6d968214d8c23ee9a31b0b5497a3ea24795e8 (patch) | |
tree | 82fc1b058d6b39f722507d23cdd6ba85e5d97ec2 /example | |
parent | 55d13629249fed5b3750a393b053e8a72a9caaa3 (diff) | |
parent | e6b594a626e5cfb5cd0410336f8c1e12966a27cd (diff) |
Merge branch 'dev' into ssl-certificate-fix
Diffstat (limited to 'example')
-rw-r--r-- | example/ndpiReader.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/example/ndpiReader.c b/example/ndpiReader.c index e2dfc9d14..bcab28568 100644 --- a/example/ndpiReader.c +++ b/example/ndpiReader.c @@ -2277,7 +2277,6 @@ void automataUnitTest() { #ifdef HAVE_JSON_C void bpf_filter_produce_filter(int port_array[], int p_size, const char *host_array[48], int h_size, char *filePath) { FILE *fp = NULL; - char *prefix = "bpf_filter_"; char _filterFilePath[1024]; char *fileName; char filter[2048]; |