]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
CLEANUP: http: remove the bogus urlp_ip ACL match
authorWilly Tarreau <w@1wt.eu>
Wed, 12 Jun 2013 19:02:59 +0000 (21:02 +0200)
committerWilly Tarreau <w@1wt.eu>
Wed, 12 Jun 2013 20:26:04 +0000 (22:26 +0200)
This one is wrong, never matches and cannot work. It was brought by a blind
copy-paste from the url_* version in 1.5-dev9, but there is no underlying
fetch returning an IP type for this.

src/proto_http.c

index a4ed6a1c30478fc7f263af4215d46399f9fa4339..771e7c0e9ef853e1964cadd2b6dda40b6e1f150f 100644 (file)
@@ -10180,7 +10180,6 @@ static struct acl_kw_list acl_kws = {{ },{
        { "urlp_dir",        "urlp",          acl_parse_str,     acl_match_dir     },
        { "urlp_dom",        "urlp",          acl_parse_str,     acl_match_dom     },
        { "urlp_end",        "urlp",          acl_parse_str,     acl_match_end     },
-       { "urlp_ip",         "urlp",          acl_parse_ip,      acl_match_ip      },
        { "urlp_len",        "urlp",          acl_parse_int,     acl_match_len     },
        { "urlp_reg",        "urlp",          acl_parse_reg,     acl_match_reg     },
        { "urlp_sub",        "urlp",          acl_parse_str,     acl_match_sub     },