mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2026-01-16 22:31:42 +01:00
[DOC] remove buggy comment for use_backend
"early blocking based on ACLs" is definitely wrong here
This commit is contained in:
parent
1d62e33b01
commit
e345830acc
@ -1111,7 +1111,7 @@ int cfg_parse_listen(const char *file, int linenum, char **args, int inv)
|
||||
}
|
||||
LIST_ADDQ(&curproxy->block_cond, &cond->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;
|
||||
struct acl_cond *cond;
|
||||
struct switching_rule *rule;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user