]> git.kaiwu.me - haproxy.git/commit
BUG/MAJOR: threads/lb: fix missing unlock on consistent hash LB
authorWilly Tarreau <w@1wt.eu>
Sun, 5 Nov 2017 09:54:50 +0000 (10:54 +0100)
committerWilly Tarreau <w@1wt.eu>
Sun, 5 Nov 2017 09:54:50 +0000 (10:54 +0100)
commit1ed90ac3777d561771bc333b7f40549f83e86240
treef63de2706ee7f07cc11421158afd71d314ec893d
parent5ec84574c761c883c0a7d768c417c3278c2c97d9
BUG/MAJOR: threads/lb: fix missing unlock on consistent hash LB

If no matching node was found, the function was left without unlocking
the tree.
src/lb_chash.c