From 7a3b6d3541881c4d927868afed2f441ece2151df Mon Sep 17 00:00:00 2001 From: Alex 'AdUser' Z Date: Tue, 13 Sep 2016 23:11:20 +1000 Subject: [PATCH] * src/filter-test.c : name a test filter --- src/filter-test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/filter-test.c b/src/filter-test.c index c869702..c6ab045 100644 --- a/src/filter-test.c +++ b/src/filter-test.c @@ -17,7 +17,7 @@ void usage() { int main(int argc, char *argv[]) { f2b_config_param_t param = { .name = "load", .value = "", .next = 0x0 }; - f2b_config_section_t config = { .type = t_filter, .param = 0x0, .next = 0x0 }; + f2b_config_section_t config = { .name = "test", .type = t_filter, .param = 0x0, .next = 0x0 }; f2b_filter_t *filter = NULL; char match[IPADDR_MAX] = ""; char line[LOGLINE_MAX] = "";