commit | 31cba0d3e04cba229cc7c934b88de3755cf21714 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Sun Jun 09 08:44:19 2019 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Sun Jun 09 08:47:35 2019 +0200 |
tree | b6083ebc6742854b90350efa52eab6087af73200 | |
parent | 19a2e2d91e44d2159256d6948021333afc75fc4b [diff] |
MINOR: threads: avoid clearing harmless twice in thread_release() thread_release() is to be called after thread_isolate(), i.e. when the thread already has its harmless bit cleared. No need to clear it twice, thus avoid calling thread_harmless_end() and directly check the rdv bits then loop on them.