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

Ooops, FlexeLint was wrong, the consts are not possible.



git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@2945 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent f6779036
...@@ -61,7 +61,7 @@ struct vdi_round_robin { ...@@ -61,7 +61,7 @@ struct vdi_round_robin {
static struct backend * static struct backend *
vdi_round_robin_choose(const struct sess *sp) vdi_round_robin_choose(struct sess *sp)
{ {
struct vdi_round_robin *vs; struct vdi_round_robin *vs;
struct backend *backend; struct backend *backend;
...@@ -76,7 +76,7 @@ vdi_round_robin_choose(const struct sess *sp) ...@@ -76,7 +76,7 @@ vdi_round_robin_choose(const struct sess *sp)
} }
static void static void
vdi_round_robin_fini(const struct director *d) vdi_round_robin_fini(struct director *d)
{ {
int i; int i;
struct vdi_round_robin *vs; struct vdi_round_robin *vs;
......
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