]> git.kaiwu.me - 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:33:10 +0000 (21:33 +0100)
"early blocking based on ACLs" is definitely wrong here

src/cfgparse.c

index 1b3701df24b738d564597f3748394d3ca5844e43..20ea41128095d22102e585bb2b5b9ec25bc7d467 100644 (file)
@@ -1070,7 +1070,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;