diff --git a/include/haproxy/task.h b/include/haproxy/task.h index 3806428db..f2ff7e7cb 100644 --- a/include/haproxy/task.h +++ b/include/haproxy/task.h @@ -519,6 +519,7 @@ static inline void tasklet_init(struct tasklet *t) t->process = NULL; t->tid = -1; #ifdef DEBUG_TASK + t->call_date = 0; t->debug.caller_idx = 0; #endif LIST_INIT(&t->list);