diff options
author | An-Cheng Huang <ancheng@vyatta.com> | 2008-06-30 19:38:21 -0700 |
---|---|---|
committer | An-Cheng Huang <ancheng@vyatta.com> | 2008-06-30 19:38:21 -0700 |
commit | 4fd96a54d3c4c523ee9df1d6999f95142c68c5f4 (patch) | |
tree | 2928c789b40538dbbadc55e3f2bbe6362ed4236b /src/cli_val.h | |
parent | 051d4e71597d7a8b947a9a9195167d63dc5dec50 (diff) | |
download | vyatta-cfg-4fd96a54d3c4c523ee9df1d6999f95142c68c5f4.tar.gz vyatta-cfg-4fd96a54d3c4c523ee9df1d6999f95142c68c5f4.zip |
fix for bug 3403: allocate correct amount of memory for multi-valued nodes.
Diffstat (limited to 'src/cli_val.h')
-rw-r--r-- | src/cli_val.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cli_val.h b/src/cli_val.h index 520fa8e..56f6cee 100644 --- a/src/cli_val.h +++ b/src/cli_val.h @@ -214,6 +214,7 @@ extern int get_config_lock(); extern int out_fd; extern FILE *out_stream; +extern FILE *err_stream; extern int initialize_output(); |