r3082 - trunk/varnish-cache/lib/libvcl
phk at projects.linpro.no
phk at projects.linpro.no
Tue Aug 12 12:29:22 CEST 2008
Author: phk
Date: 2008-08-12 12:29:22 +0200 (Tue, 12 Aug 2008)
New Revision: 3082
Modified:
trunk/varnish-cache/lib/libvcl/vcc_backend.c
Log:
nits
Modified: trunk/varnish-cache/lib/libvcl/vcc_backend.c
===================================================================
--- trunk/varnish-cache/lib/libvcl/vcc_backend.c 2008-08-11 15:08:38 UTC (rev 3081)
+++ trunk/varnish-cache/lib/libvcl/vcc_backend.c 2008-08-12 10:29:22 UTC (rev 3082)
@@ -261,7 +261,6 @@
return (r);
}
-
void
vcc_IsField(struct tokenlist *tl, struct token **t, struct fld_spec *fs)
{
@@ -318,6 +317,8 @@
static void
vcc_ProbeRedef(struct tokenlist *tl, struct token **t_did, struct token *t_field)
{
+ /* .url and .request are mutually exclusive */
+
if (*t_did != NULL) {
vsb_printf(tl->sb,
"Probe request redefinition at:\n");
More information about the varnish-commit
mailing list