[DOC] remove buggy comment for use_backend

"early blocking based on ACLs" is definitely wrong here
This commit is contained in:
Krzysztof Piotr Oledzki 2009-01-27 21:09:41 +01:00 committed by Willy Tarreau
parent 52d522b566
commit 7b723efca3

View File

@ -1273,7 +1273,7 @@ int cfg_parse_listen(const char *file, int linenum, char **args, int inv)
LIST_INIT(&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;
struct acl_cond *cond;
struct switching_rule *rule;