]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: listener: Remove useless task_queue from manage_global_listener_queue
authorChristopher Faulet <cfaulet@haproxy.com>
Thu, 17 Nov 2022 14:16:10 +0000 (15:16 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Thu, 17 Nov 2022 14:18:59 +0000 (15:18 +0100)
commitddfb50eec68bf0cf0ee6d164054166ca8a8ce5d9
treeb019992c4238db1807fe939d17ff6c6a090daaf6
parent13e86d947d1536dbe6d8f4057388727528546ae6
CLEANUP: listener: Remove useless task_queue from manage_global_listener_queue

At the end of manage_global_listener_queue(), the task expire date is set to
TICK_ETERNITY. Thus, it is useless to call task_queue() just after because
the function does nothing in this case.
src/listener.c