From: phk Date: Tue, 25 Sep 2007 07:12:18 +0000 (+0000) Subject: Two consts is one const too many. X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=29bc1fc5f5f3e889b569bdfa180f343ad3d4c1ff;p=varnish Two consts is one const too many. git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2021 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- diff --git a/varnish-cache/bin/varnishd/cache_http.c b/varnish-cache/bin/varnishd/cache_http.c index b009c6d6..f7d0f47b 100644 --- a/varnish-cache/bin/varnishd/cache_http.c +++ b/varnish-cache/bin/varnishd/cache_http.c @@ -304,7 +304,7 @@ http_DoConnection(struct sess *sp) /*--------------------------------------------------------------------*/ int -http_HdrIs(const struct http *hp, const const char *hdr, const char *val) +http_HdrIs(const struct http *hp, const char *hdr, const char *val) { char *p;