Commit 1b68a1f7 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

nits



git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@3082 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent b5fe1f06
......@@ -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");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment