Commit a83b79b9 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Make sure we have no random pointer values.

parent b2143c8d
......@@ -301,7 +301,7 @@ pool_kiss_of_death(struct worker *wrk, void *priv)
static void
Pool_Work_Thread(struct pool *pp, struct worker *wrk)
{
struct pool_task *tp;
struct pool_task *tp = NULL;
struct pool_task tpx, tps;
int i, prio_lim;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment