commit | c912f94b576b2cbc868b29a168648ad50682673d | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Thu Feb 28 16:06:56 2019 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Thu Feb 28 16:08:54 2019 +0100 |
tree | 9f46bfd46ed97a307551a6f04a59f86060379498 | |
parent | 4c747e86cda5d7eab46390779447f216ce9aa5de [diff] |
MINOR: server: remove a few unneeded LIST_INIT calls after LIST_DEL_LOCKED Since LIST_DEL_LOCKED() and LIST_POP_LOCKED() now automatically reinitialize the removed element, there's no need for keeping this LIST_INIT() call in the idle connection code.