diff options
author | An-Cheng Huang <ancheng@vyatta.com> | 2010-06-08 16:18:23 -0700 |
---|---|---|
committer | An-Cheng Huang <ancheng@vyatta.com> | 2010-06-08 16:18:23 -0700 |
commit | a102e2b878bc334efbf0ea250d8e8e8ec170ca58 (patch) | |
tree | 2f4848678122e1dac4fc066615560d89c12cd381 /src/cli_val_engine.h | |
parent | 1f784903ec79a37185cd5b961491843138b263e9 (diff) | |
download | vyatta-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.h | 1 |
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); |