From a262f8dd29137f49a6ffeecc1841da93d152d30e Mon Sep 17 00:00:00 2001 From: Ravi Kerur Date: Tue, 23 Jul 2019 10:00:34 -0700 Subject: Add SPLT and BD classification to the lib. Signed-off-by: Ravi Kerur --- src/lib/ndpi_main.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/lib/ndpi_main.c') 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) { -- cgit v1.2.3