diff options
author | Ondrej Filip <feela@network.cz> | 2011-09-11 21:21:47 +0200 |
---|---|---|
committer | Ondrej Filip <feela@network.cz> | 2011-09-11 21:21:47 +0200 |
commit | 48ec367aabaaa5328f4072d237001e245a7363df (patch) | |
tree | 9a65d5e1b051ff6aa24cd036ff1930bcb370fb8b /nest | |
parent | a98995273bd8788cf525f44479026d5ce6b7dd52 (diff) | |
download | bird-48ec367aabaaa5328f4072d237001e245a7363df.tar bird-48ec367aabaaa5328f4072d237001e245a7363df.zip |
Configuration can include other files.
Diffstat (limited to 'nest')
-rw-r--r-- | nest/cli.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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; |