CLEANUP: ebtree: remove another typo, a wrong initialization in insertion code
authorWilly Tarreau <w@1wt.eu>
Mon, 19 Sep 2011 18:48:00 +0000 (20:48 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 2 Dec 2011 16:09:50 +0000 (17:09 +0100)
commit6258f7b883ba3b9dd15a71d17cb8323301283a47
tree32e05ff5d7b5235c58dce1058ee49c1e9d325531
parent655c84a9f0afa1b598c43f73ca86a45a8a4c4790
CLEANUP: ebtree: remove another typo, a wrong initialization in insertion code

(from ebtree 6.0.7)

root_right was wrongly initialized first to <root> which is not the same
type, to be later initialized to root->b[EB_RGHT].

Let's simply remove the wrong and useless initialization.
(cherry picked from commit e63a0c2f56369b52c4d00221d83c2c4569605c06)
ebtree/eb32tree.h
ebtree/eb64tree.h
ebtree/ebimtree.h
ebtree/ebistree.h
ebtree/ebmbtree.h
ebtree/ebsttree.h