commit | ceabc5ca8ca8d8919bc95a545b1f2e0aff25ef18 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Mon Feb 14 09:26:59 2022 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Mon Feb 14 20:10:43 2022 +0100 |
tree | f001fbc3afb7795c79d438c9c90dd42e8d3d26d5 | |
parent | c895c441c7579db652e4ed976c14c2f5b2de0c0e [diff] |
CLEANUP: pools: don't needlessly set a call mark during refilling of caches When refilling caches from the shared cache, it's pointless to set the pointer to the local pool since it may be overwritten immediately after by the LIST_INSERT(). This is a leftover from the pre-2.4 code in fact. It didn't hurt, though.