From 4fd96a54d3c4c523ee9df1d6999f95142c68c5f4 Mon Sep 17 00:00:00 2001 From: An-Cheng Huang Date: Mon, 30 Jun 2008 19:38:21 -0700 Subject: fix for bug 3403: allocate correct amount of memory for multi-valued nodes. --- src/cli_val.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/cli_val.h') 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(); -- cgit v1.2.3