]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: config: improve error checking on TCP stick-table tracking
authorWilly Tarreau <w@1wt.eu>
Tue, 11 Dec 2012 23:25:44 +0000 (00:25 +0100)
committerWilly Tarreau <w@1wt.eu>
Tue, 11 Dec 2012 23:25:44 +0000 (00:25 +0100)
commit5f53de79e4b8dc67d1d75a957a77fe395a715754
tree803bb77f7788dba7fc6e1e7042a25921e00d5d1f
parentd486ef5045dcaa24ae57b538082e9c9a80e7235f
MINOR: config: improve error checking on TCP stick-table tracking

Commit 5d5b5d added support for multiple types to track-sc* but
forgot to check that the types are compatible with the stick-tables.
src/cfgparse.c