From: Krzysztof Piotr Oledzki Date: Tue, 27 Jan 2009 20:09:41 +0000 (+0100) Subject: [DOC] remove buggy comment for use_backend X-Git-Tag: v1.3.14.12~7 X-Git-Url: http://www.kaiwu.me/postgresql/commit/?a=commitdiff_plain;h=c7585ed7e7dff5de9454b966e17c4b95bc62c5eb;p=haproxy.git [DOC] remove buggy comment for use_backend "early blocking based on ACLs" is definitely wrong here --- diff --git a/src/cfgparse.c b/src/cfgparse.c index 1b3701df2..20ea41128 100644 --- a/src/cfgparse.c +++ b/src/cfgparse.c @@ -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;