From 48ec367aabaaa5328f4072d237001e245a7363df Mon Sep 17 00:00:00 2001 From: Ondrej Filip Date: Sun, 11 Sep 2011 21:21:47 +0200 Subject: Configuration can include other files. --- nest/cli.c | 1 + 1 file changed, 1 insertion(+) (limited to 'nest') diff --git a/nest/cli.c b/nest/cli.c index a61518b..c83a54f 100644 --- a/nest/cli.c +++ b/nest/cli.c @@ -251,6 +251,7 @@ cli_command(struct cli *c) bzero(&f, sizeof(f)); f.mem = c->parser_pool; cf_read_hook = cli_cmd_read_hook; + cf_open_hook = NULL; cli_rh_pos = c->rx_buf; cli_rh_len = strlen(c->rx_buf); cli_rh_trick_flag = 0; -- cgit v1.2.3