]> git.ipfire.org Git - thirdparty/haproxy.git/commit
[MINOR] config: report places of duplicate names or IDs
authorWilly Tarreau <w@1wt.eu>
Sun, 4 Oct 2009 19:11:42 +0000 (21:11 +0200)
committerWilly Tarreau <w@1wt.eu>
Sun, 4 Oct 2009 19:16:08 +0000 (21:16 +0200)
commit092549fa855b5ef88f9ef45a8cbbc659c50a6d7a
tree7f32ae7c4b794f8b37d90007b68c390edb80ade8
parent90a570f0251ba2b5444aeb391b1f649f2b8f09e6
[MINOR] config: report places of duplicate names or IDs

When a name or ID conflict is detected, it is sometimes useful to know
where the other one was declared. Now that we have this information,
report it in error messages.
src/cfgparse.c