]> err.no Git - varnish/commitdiff
nits
authorphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Tue, 12 Aug 2008 10:29:22 +0000 (10:29 +0000)
committerphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Tue, 12 Aug 2008 10:29:22 +0000 (10:29 +0000)
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@3082 d4fa192b-c00b-0410-8231-f00ffab90ce4

varnish-cache/lib/libvcl/vcc_backend.c

index 9f43afa462a894ff9ba0653604ffad6af776c647..288364ddc4d2750683485855e272c25ae7000a1e 100644 (file)
@@ -261,7 +261,6 @@ vcc_FldSpec(struct tokenlist *tl, const char *first, ...)
        return (r);
 }
 
-
 void
 vcc_IsField(struct tokenlist *tl, struct token **t, struct fld_spec *fs)
 {
@@ -318,6 +317,8 @@ vcc_FieldsOk(struct tokenlist *tl, const struct fld_spec *fs)
 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");