From 29bc1fc5f5f3e889b569bdfa180f343ad3d4c1ff Mon Sep 17 00:00:00 2001 From: phk Date: Tue, 25 Sep 2007 07:12:18 +0000 Subject: [PATCH] Two consts is one const too many. git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2021 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- varnish-cache/bin/varnishd/cache_http.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.39.5