Commit 526808e8 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

FlexeLint nits.



git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@5391 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent a4ff588f
......@@ -349,7 +349,7 @@ vbe_Healthy(double now, uintptr_t target, const struct vdi_simple *vs)
*/
static struct vbc *
vbe_GetVbe(struct sess *sp, struct vdi_simple *vs)
vbe_GetVbe(const struct sess *sp, struct vdi_simple *vs)
{
struct vbc *vc;
struct backend *bp;
......
......@@ -56,7 +56,6 @@ SVNID("$Id$")
#include "heritage.h"
#include "vcl.h"
#include "vss.h"
struct vclprog {
VTAILQ_ENTRY(vclprog) list;
......
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