]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: proxy/log: frontend/backend and log forward names must differ
authorEmeric Brun <ebrun@haproxy.com>
Wed, 7 Oct 2020 15:05:59 +0000 (17:05 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 8 Oct 2020 06:53:26 +0000 (08:53 +0200)
commitb0c331f71f5344a3c29d6101f5c592bd2121c528
treecc84adaf04295d6ae0fb1f3b2036ed8865af19b7
parentcbb7bf7dd14dce950dd640ea91850ea5fbf9f661
BUG/MINOR: proxy/log: frontend/backend and log forward names must differ

This patch disallow to use same name for a log forward section
and a frontend/backend section.
include/haproxy/log.h
src/cfgparse-listen.c
src/log.c