Commit 0e455142 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

remove pointless assignment



git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@3489 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent 7d0643bb
......@@ -75,7 +75,6 @@ vdi_random_getfd(struct sess *sp)
CHECK_OBJ_NOTNULL(sp->director, DIRECTOR_MAGIC);
CAST_OBJ_NOTNULL(vs, sp->director->priv, VDI_RANDOM_MAGIC);
k = 0;
for (k = 0; k < vs->retries; ) {
/* Sum up the weights of healty backends */
......
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