commit | cfaa6e7ef3b548039f551bc9b79973cb5c37d76e | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Mon Nov 13 19:17:54 2017 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Mon Nov 13 19:34:09 2017 +0100 |
tree | 43e2fcaae8007db7bb8ce35d73027428ab88bb70 | |
parent | f6ac365d8dac0aad8d0b8cf1cec918858ee17169 [diff] |
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.