r2021 - trunk/varnish-cache/bin/varnishd

phk at projects.linpro.no phk at projects.linpro.no
Tue Sep 25 09:12:18 CEST 2007


Author: phk
Date: 2007-09-25 09:12:18 +0200 (Tue, 25 Sep 2007)
New Revision: 2021

Modified:
   trunk/varnish-cache/bin/varnishd/cache_http.c
Log:
Two consts is one const too many.


Modified: trunk/varnish-cache/bin/varnishd/cache_http.c
===================================================================
--- trunk/varnish-cache/bin/varnishd/cache_http.c	2007-09-25 07:11:33 UTC (rev 2020)
+++ trunk/varnish-cache/bin/varnishd/cache_http.c	2007-09-25 07:12:18 UTC (rev 2021)
@@ -304,7 +304,7 @@
 /*--------------------------------------------------------------------*/
 
 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;
 




More information about the varnish-commit mailing list