Commit c98241a8 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@2945 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent 545bd4a9
......@@ -61,7 +61,7 @@ struct vdi_round_robin {
static struct backend *
vdi_round_robin_choose(const struct sess *sp)
vdi_round_robin_choose(struct sess *sp)
{
struct vdi_round_robin *vs;
struct backend *backend;
......@@ -76,7 +76,7 @@ vdi_round_robin_choose(const struct sess *sp)
}
static void
vdi_round_robin_fini(const struct director *d)
vdi_round_robin_fini(struct director *d)
{
int i;
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