]> git.ipfire.org Git - thirdparty/haproxy.git/commit
[CLEANUP] acl: make use of eb_is_empty() instead of open coding the tree's emptiness...
authorWilly Tarreau <w@1wt.eu>
Sun, 16 May 2010 19:45:45 +0000 (21:45 +0200)
committerWilly Tarreau <w@1wt.eu>
Sun, 16 May 2010 19:45:45 +0000 (21:45 +0200)
commit020534d6f79eaeef11eaeb8ac771fbaa42b43dbd
treeb872e00c73542df2dcf0ebbb2d0e37533baa1c92
parentfdc10187713681f541572c01bfb0b13e6add58f0
[CLEANUP] acl: make use of eb_is_empty() instead of open coding the tree's emptiness test

Since ebtree 6.0.1, we now have eb_is_empty() which is cleaner and safer to
use than checking the left pointer of the tree, so let's use that.
src/acl.c