summaryrefslogtreecommitdiff
path: root/src/cli_val_engine.h
diff options
context:
space:
mode:
authorAn-Cheng Huang <ancheng@vyatta.com>2010-06-08 16:18:23 -0700
committerAn-Cheng Huang <ancheng@vyatta.com>2010-06-08 16:18:23 -0700
commita102e2b878bc334efbf0ea250d8e8e8ec170ca58 (patch)
tree2f4848678122e1dac4fc066615560d89c12cd381 /src/cli_val_engine.h
parent1f784903ec79a37185cd5b961491843138b263e9 (diff)
downloadvyatta-cfg-a102e2b878bc334efbf0ea250d8e8e8ec170ca58.tar.gz
vyatta-cfg-a102e2b878bc334efbf0ea250d8e8e8ec170ca58.zip
fix for bug 5213
* handle absolute variable references correctly.
Diffstat (limited to 'src/cli_val_engine.h')
-rw-r--r--src/cli_val_engine.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/cli_val_engine.h b/src/cli_val_engine.h
index 6315dac..a0c1fe3 100644
--- a/src/cli_val_engine.h
+++ b/src/cli_val_engine.h
@@ -80,7 +80,6 @@ int clind_config_engine_apply_command_path(clind_path_ref cfg_path,
clind_path_ref cmd_path,
int check_existence,
clind_val *res,
- const char* root_cfg_path,
const char* root_tmpl_path,
int return_value_file_name);