]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: ebtree/scope: simplify the lookup functions by using eb32sc_next_with_parent()
authorWilly Tarreau <w@1wt.eu>
Mon, 13 Nov 2017 18:17:54 +0000 (19:17 +0100)
committerWilly Tarreau <w@1wt.eu>
Mon, 13 Nov 2017 18:34:09 +0000 (19:34 +0100)
commitcfaa6e7ef3b548039f551bc9b79973cb5c37d76e
tree43e2fcaae8007db7bb8ce35d73027428ab88bb70
parentf6ac365d8dac0aad8d0b8cf1cec918858ee17169
MINOR: ebtree/scope: simplify the lookup functions by using eb32sc_next_with_parent()

This gets rid of the nasty loop we used to have at the end of the lookup
function and instead falls back to the normal walk down code.
ebtree/eb32sctree.c