mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2025-01-05 19:52:14 +00:00
MINOR: tasklet: Set process to NULL.
Some consumers expect the process to be NULL when a tasklet it created, so do so.
This commit is contained in:
parent
42d55b9b6a
commit
9ddaf794a8
@ -273,6 +273,7 @@ static inline void tasklet_init(struct tasklet *t)
|
||||
t->nice = -32768;
|
||||
t->calls = 0;
|
||||
t->state = 0;
|
||||
t->process = NULL;
|
||||
LIST_INIT(&t->list);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user