Commit e4e4e219 authored by Dag Haavi Finstad's avatar Dag Haavi Finstad

Revive the backend_conn counter

Discussed with Federico.

Fixes: #1725
parent 81d5d462
......@@ -382,7 +382,9 @@ VBT_Get(struct tcp_pool *tp, double tmo, const struct backend *be,
Lck_Lock(&tp->mtx);
tp->n_used--; // Nope, didn't work after all.
Lck_Unlock(&tp->mtx);
}
} else
VSC_C_main->backend_conn++;
return (vbc);
}
......
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