[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>
Tue, 22 Jan 2008 15:44:08 +0000 (16:44 +0100)
commit6daf34352f325699efa8f731e5525275523786b9
tree4b18a9aa930fc9ac706a1b98f3a968c52a73afb0
parent41a340d7c8a3e64b4689e9350a0e934ce304d1ae
[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, ...).
examples/test-section-kw.cfg [new file with mode: 0644]
src/cfgparse.c