Browse Source

* src/filter-test.c : name a test filter

master
Alex 'AdUser' Z 8 years ago
parent
commit
7a3b6d3541
  1. 2
      src/filter-test.c

2
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] = "";

Loading…
Cancel
Save