mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-08-10 00:57:02 +02:00
[DOC] remove buggy comment for use_backend
"early blocking based on ACLs" is definitely wrong here
This commit is contained in:
parent
52d522b566
commit
7b723efca3
@ -1273,7 +1273,7 @@ int cfg_parse_listen(const char *file, int linenum, char **args, int inv)
|
|||||||
LIST_INIT(&rule->list);
|
LIST_INIT(&rule->list);
|
||||||
LIST_ADDQ(&curproxy->redirect_rules, &rule->list);
|
LIST_ADDQ(&curproxy->redirect_rules, &rule->list);
|
||||||
}
|
}
|
||||||
else if (!strcmp(args[0], "use_backend")) { /* early blocking based on ACLs */
|
else if (!strcmp(args[0], "use_backend")) {
|
||||||
int pol = ACL_COND_NONE;
|
int pol = ACL_COND_NONE;
|
||||||
struct acl_cond *cond;
|
struct acl_cond *cond;
|
||||||
struct switching_rule *rule;
|
struct switching_rule *rule;
|
||||||
|
Loading…
Reference in New Issue
Block a user