commit | b784b35ce88842c3b7630085775fdd6e5f858bc8 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Thu Feb 07 14:48:24 2019 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Thu Feb 07 15:08:13 2019 +0100 |
tree | 2f310afbcdeac8aa6d66911ec7992bfc37277d5b | |
parent | 3ddcf7643cfe5b542d72b0f6f815fc302e8e3bc9 [diff] |
BUG/MINOR: lua: initialize the correct idle conn lists for the SSL sockets Commit 40a007cf2 ("MEDIUM: threads/server: Make connection list (priv/idle/safe) thread-safe") made a copy-paste error when initializing the Lua sockets, as the TCP one was initialized twice. Fortunately it has no impact because the pointers are set to NULL after a memset(0) and are not changed in between. This must be backported to 1.9 and 1.8.