diff options
author | Ondrej Zajicek <santiago@crfreenet.org> | 2012-07-18 19:29:33 +0200 |
---|---|---|
committer | Ondrej Zajicek <santiago@crfreenet.org> | 2012-07-18 19:29:33 +0200 |
commit | 4be266a9831799dcc2e67e83fc83d9db43828a64 (patch) | |
tree | 13e880c5b078b851ba51688ed416c6dab3754545 /nest | |
parent | abced4a91495e27fe86b142bc1967cec53bab3dc (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')
-rw-r--r-- | nest/cli.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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; |