CLEANUP: task: remove all initializations to TICK_ETERNITY after task_new()
authorWilly Tarreau <w@1wt.eu>
Mon, 24 Jul 2017 15:55:20 +0000 (17:55 +0200)
committerWilly Tarreau <w@1wt.eu>
Mon, 24 Jul 2017 15:55:20 +0000 (17:55 +0200)
commitf1d33db10a3f726485f58b67e3cea30af250bbbc
tree1a5d2bbf0437943d8ebd86bf1045923cf1f168a0
parentf42199975c8ab0442935ecb8f3db608c051675b5
CLEANUP: task: remove all initializations to TICK_ETERNITY after task_new()

This is now guaranteed by design, simply remove these unneeded parts to
avoid confusion.
src/cfgparse.c
src/checks.c
src/dns.c
src/flt_spoe.c
src/haproxy.c
src/peers.c
src/stick_table.c