summaryrefslogtreecommitdiff
path: root/nest/cli.c
diff options
context:
space:
mode:
authorOndrej Zajicek <santiago@crfreenet.org>2012-07-18 19:29:33 +0200
committerOndrej Zajicek <santiago@crfreenet.org>2012-07-18 19:29:33 +0200
commit4be266a9831799dcc2e67e83fc83d9db43828a64 (patch)
tree13e880c5b078b851ba51688ed416c6dab3754545 /nest/cli.c
parentabced4a91495e27fe86b142bc1967cec53bab3dc (diff)
Implements wildcard matching in config file include.
Also fixes some minor bugs in include. Thanks Kelly Cochran for suggestion and draft patch.
Diffstat (limited to 'nest/cli.c')
-rw-r--r--nest/cli.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/nest/cli.c b/nest/cli.c
index f9cc0f47..d245790b 100644
--- a/nest/cli.c
+++ b/nest/cli.c
@@ -251,7 +251,6 @@ 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;