]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
[DOC] remove buggy comment for use_backend
authorKrzysztof Piotr Oledzki <ole@ans.pl>
Tue, 27 Jan 2009 20:09:41 +0000 (21:09 +0100)
committerWilly Tarreau <w@1wt.eu>
Tue, 27 Jan 2009 20:30:31 +0000 (21:30 +0100)
"early blocking based on ACLs" is definitely wrong here

src/cfgparse.c

index 5d70341d74aa68807964b1140602d22251c619bf..416e67ca2524a1121c37fd22851a1b8716a7551f 100644 (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;