diff options
author | An-Cheng Huang <ancheng@vyatta.com> | 2008-02-05 18:35:48 -0800 |
---|---|---|
committer | An-Cheng Huang <ancheng@vyatta.com> | 2008-02-05 18:35:48 -0800 |
commit | f9b13d3b2b8af1b7df64a2bd38dce543994d5e93 (patch) | |
tree | d4011745568e793d6b5f74fac98c1a49bed7ace0 /src | |
parent | efe5aea36400ea839c38055576a8fb44bab6a04e (diff) | |
download | vyatta-cfg-f9b13d3b2b8af1b7df64a2bd38dce543994d5e93.tar.gz vyatta-cfg-f9b13d3b2b8af1b7df64a2bd38dce543994d5e93.zip |
allow empty line after "tag:"
Diffstat (limited to 'src')
-rw-r--r-- | src/cli_parse.y | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cli_parse.y b/src/cli_parse.y index 150fe71..fd472e9 100644 --- a/src/cli_parse.y +++ b/src/cli_parse.y @@ -78,6 +78,7 @@ otherinput: type EOL | otherinput type EOL | otherinput cause EOL | otherinput EOL + | EOL | syntax_error ; |