From c7585ed7e7dff5de9454b966e17c4b95bc62c5eb Mon Sep 17 00:00:00 2001 From: Krzysztof Piotr Oledzki Date: Tue, 27 Jan 2009 21:09:41 +0100 Subject: [PATCH] [DOC] remove buggy comment for use_backend "early blocking based on ACLs" is definitely wrong here --- src/cfgparse.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;