]> 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:32:57 +0000 (21:32 +0100)
"early blocking based on ACLs" is definitely wrong here

src/cfgparse.c

index 64a001e780d7a38f7fc3a044bbd646e9b0b319cf..c7c73839983854672e4e6a0d0c47292b9faaeb53 100644 (file)
@@ -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;