commit | 6258f7b883ba3b9dd15a71d17cb8323301283a47 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Mon Sep 19 20:48:00 2011 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Fri Dec 02 17:09:50 2011 +0100 |
tree | 32e05ff5d7b5235c58dce1058ee49c1e9d325531 | |
parent | 655c84a9f0afa1b598c43f73ca86a45a8a4c4790 [diff] |
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)