BUG/MEDIUM: log-forward: always quit on parsing errors
authorWilly Tarreau <w@1wt.eu>
Wed, 16 Sep 2020 14:24:14 +0000 (16:24 +0200)
committerWilly Tarreau <w@1wt.eu>
Wed, 16 Sep 2020 14:25:29 +0000 (16:25 +0200)
commit3b139e540aac5e2f2801d920be1c3c757ae33a8f
tree5b972ae48cd8cc57c2585d90335e51441f2a3c85
parent76aaa7f5b7ae1bba6d4870ced9b5bb32f26a570e
BUG/MEDIUM: log-forward: always quit on parsing errors

The err_code and goto were misplaced, causing a fatal parse error to be
ignored when parsing a UDP listener's address. No backport is needed.
src/log.c