]> git.kaiwu.me - haproxy.git/commit
[MINOR] report correct section type for unknown keywords.
authorWilly Tarreau <w@1wt.eu>
Tue, 22 Jan 2008 15:44:08 +0000 (16:44 +0100)
committerWilly Tarreau <w@1wt.eu>
Sat, 8 Mar 2008 20:47:10 +0000 (21:47 +0100)
commit8c1e6c98f3102026f685230805e4c920d2fb99a8
treec071791c0cf2d3c684d15efcdc07b3aa25cc4946
parent89cacf7007b70f4f48f195d2649d8a0f0b53f6de
[MINOR] report correct section type for unknown keywords.

An unknown keyword was always reported in section "listen" for any
section type (defaults, listen, frontend, backend, ...).
(cherry picked from commit 6daf34352f325699efa8f731e5525275523786b9)
examples/test-section-kw.cfg [new file with mode: 0644]
src/cfgparse.c