commit | ddfb50eec68bf0cf0ee6d164054166ca8a8ce5d9 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Thu Nov 17 15:16:10 2022 +0100 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Thu Nov 17 15:18:59 2022 +0100 |
tree | b019992c4238db1807fe939d17ff6c6a090daaf6 | |
parent | 13e86d947d1536dbe6d8f4057388727528546ae6 [diff] |
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.