diff options
author | Michael Larson <mike@vyatta.com> | 2010-12-02 20:06:08 -0800 |
---|---|---|
committer | Michael Larson <mike@vyatta.com> | 2010-12-02 20:06:08 -0800 |
commit | fd10ae2d46668a0faa20d26b361d781e41c4f61e (patch) | |
tree | 17952541740ecaf7f41f4b867a3a69dcc07d3b8c /src/cli_val_engine.c | |
parent | 4e16053e43fbdff6d8d9bca7441df061d2087df8 (diff) | |
download | vyatta-cfg-fd10ae2d46668a0faa20d26b361d781e41c4f61e.tar.gz vyatta-cfg-fd10ae2d46668a0faa20d26b361d781e41c4f61e.zip |
update to errloc. changed reader so that stderr/stdout is printed as it is received. Also added new -x option to commit to force messages to be printed via the old format.
Diffstat (limited to 'src/cli_val_engine.c')
-rw-r--r-- | src/cli_val_engine.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cli_val_engine.c b/src/cli_val_engine.c index b481b0d..4f0690f 100644 --- a/src/cli_val_engine.c +++ b/src/cli_val_engine.c @@ -391,6 +391,7 @@ static clind_path_ref* clind_config_engine_apply_command(clind_path_ref cfg_path clind_path_ref tmpl_path, clind_cmd *cmd, int *result_len) { + clind_path_ref* ret=NULL; DPRINT("eng_apply_cmd cfg=[%s] tmpl=[%s] type=%d\n", |