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.16-rc1~55 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7b723efca38e7ce93e7660968a4c7ea75d338500;p=thirdparty%2Fhaproxy.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 5d70341d74..416e67ca25 100644 --- a/src/cfgparse.c +++ b/src/cfgparse.c @@ -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;