diff options
| author | Quentin Young <qlyoung@cumulusnetworks.com> | 2016-09-30 23:03:05 +0000 |
|---|---|---|
| committer | Quentin Young <qlyoung@cumulusnetworks.com> | 2016-09-30 23:03:05 +0000 |
| commit | a98d33ab20e583e4e30acdff59ed6523bc5e139e (patch) | |
| tree | 664351269c70c6da5b4670ad58df0f6d1fc3fc63 /lib/command_parse.y | |
| parent | 76b6abb95a1b4df23952d6cc20f9c4fc958323a4 (diff) | |
lib, vtysh: refactor vtysh.c, allow parser continuance
Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
Diffstat (limited to 'lib/command_parse.y')
| -rw-r--r-- | lib/command_parse.y | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/command_parse.y b/lib/command_parse.y index 63a6f83c35..88dbbb137a 100644 --- a/lib/command_parse.y +++ b/lib/command_parse.y @@ -405,7 +405,7 @@ yyerror (struct graph *graph, struct cmd_element *el, char const *msg) { zlog_err ("%s: FATAL parse error: %s", __func__, msg); zlog_err ("while parsing this command definition: \n\t%s\n", el->string); - exit(EXIT_FAILURE); + //exit(EXIT_FAILURE); } static void |
