diff options
author | Ravi Kerur <ravi.kerur@viasat.com> | 2019-07-23 10:00:34 -0700 |
---|---|---|
committer | Ravi Kerur <ravi.kerur@viasat.com> | 2019-07-23 10:00:34 -0700 |
commit | a262f8dd29137f49a6ffeecc1841da93d152d30e (patch) | |
tree | a272c549e3a97ab2e55eae1e9ceabda10547ce62 /src/lib/ndpi_main.c | |
parent | c6ca6ec71228a5c749b22cf9e0a5e4a04a3c08a2 (diff) |
Add SPLT and BD classification to the lib.
Signed-off-by: Ravi Kerur <ravi.kerur@viasat.com>
Diffstat (limited to 'src/lib/ndpi_main.c')
-rw-r--r-- | src/lib/ndpi_main.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/ndpi_main.c b/src/lib/ndpi_main.c index 02ae4fffc..aa2d9c7af 100644 --- a/src/lib/ndpi_main.c +++ b/src/lib/ndpi_main.c @@ -4241,7 +4241,6 @@ int ndpi_load_hostname_category(struct ndpi_detection_module_struct *ndpi_struct struct hs_list *h = (struct hs_list*)malloc(sizeof(struct hs_list)); if(h) { - int i, j; h->expression = ndpi_strdup(name), h->id = (unsigned int)category; if(h->expression == NULL) { |