summaryrefslogtreecommitdiff
path: root/src/cli_new.c
diff options
context:
space:
mode:
authorMichael Larson <mike@vyatta.com>2010-12-06 10:00:37 -0800
committerMichael Larson <mike@vyatta.com>2010-12-06 10:00:37 -0800
commitfc3ae1bf1c9a84abc07c3f4f75247de40b11b02e (patch)
tree778dd42d5f23c738b2e8afa30384e9413f40422f /src/cli_new.c
parent4815e3b87abe4c61feb766240d7816879c33a103 (diff)
downloadvyatta-cfg-fc3ae1bf1c9a84abc07c3f4f75247de40b11b02e.tar.gz
vyatta-cfg-fc3ae1bf1c9a84abc07c3f4f75247de40b11b02e.zip
handle case for non-commit client with latest error location changes.
Diffstat (limited to 'src/cli_new.c')
-rw-r--r--src/cli_new.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/cli_new.c b/src/cli_new.c
index 821d21b..994280b 100644
--- a/src/cli_new.c
+++ b/src/cli_new.c
@@ -1276,6 +1276,9 @@ static boolean check_syn_func(vtw_node *cur,const char *prepend_msg,boolean form
OUTPUT_USER("_errloc_:[%s]\n%s\n\n",prepend_msg,exe_string);
}
}
+ else {
+ OUTPUT_USER("%s\n",exe_string);
+ }
}
}
}