]> git.kaiwu.me - haproxy.git/commit
MINOR: server: remove a few unneeded LIST_INIT calls after LIST_DEL_LOCKED
authorWilly Tarreau <w@1wt.eu>
Thu, 28 Feb 2019 15:06:56 +0000 (16:06 +0100)
committerWilly Tarreau <w@1wt.eu>
Thu, 28 Feb 2019 15:08:54 +0000 (16:08 +0100)
commitc912f94b576b2cbc868b29a168648ad50682673d
tree9f46bfd46ed97a307551a6f04a59f86060379498
parent4c747e86cda5d7eab46390779447f216ce9aa5de
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.
include/proto/connection.h
src/backend.c
src/server.c