Commit d01f76a4 authored by Dag Haavi Finstad's avatar Dag Haavi Finstad Committed by Federico G. Schwindt

Revive the backend_conn counter

Discussed with Federico.

Fixes: #1725
parent e535fe0c
......@@ -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