]> git.kaiwu.me - haproxy.git/commit
CLEANUP: task: remain consistent when using the task's handler
authorWilly Tarreau <w@1wt.eu>
Wed, 17 Apr 2019 20:32:27 +0000 (22:32 +0200)
committerWilly Tarreau <w@1wt.eu>
Wed, 17 Apr 2019 20:32:27 +0000 (22:32 +0200)
commit03dd029a5b84bb4de13c8c61af22555d294f64b2
treebb9affd1a87e74d78502c4a7dc43bcf9fe6067cd
parent8c12e2f785ad47fedd80af745f1c5743efcd35ff
CLEANUP: task: remain consistent when using the task's handler

A pointer "process" is assigned the task's handler in
process_runnable_tasks(), we have no reason to use t->process
right after it is assigned.
src/task.c