From: Maria Matejka Date: Wed, 20 Mar 2019 15:50:58 +0000 (+0100) Subject: Fixed an undefined symbol bug in CLI introduced by filter refactoring X-Git-Tag: v2.0.5~10^2~37 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2ab680c6972306db71d9a8d4ee4fabf265981d30;p=thirdparty%2Fbird.git Fixed an undefined symbol bug in CLI introduced by filter refactoring --- diff --git a/nest/cli.c b/nest/cli.c index c421cc7e7..24962f107 100644 --- a/nest/cli.c +++ b/nest/cli.c @@ -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);