Skip to content
Snippets Groups Projects
Commit 2ab680c6 authored by Maria Matejka's avatar Maria Matejka
Browse files

Fixed an undefined symbol bug in CLI introduced by filter refactoring

parent 8d65add6
No related branches found
No related tags found
No related merge requests found
......@@ -262,6 +262,7 @@ cli_command(struct cli *c)
bzero(&f, sizeof(f));
f.mem = c->parser_pool;
f.pool = rp_new(c->pool, "Config");
init_list(&f.symbols);
cf_read_hook = cli_cmd_read_hook;
cli_rh_pos = c->rx_buf;
cli_rh_len = strlen(c->rx_buf);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment