CLEANUP: deinit: remove codes for cleaning p->block_rules
authorGodbach <nylzhaowei@gmail.com>
Tue, 9 Jun 2015 11:41:52 +0000 (19:41 +0800)
committerWilly Tarreau <w@1wt.eu>
Tue, 9 Jun 2015 13:35:29 +0000 (15:35 +0200)
commit28b48ccbc879a552f988e6e1db22941e3362b4db
tree4c94932cc4f64d3b9c80caa118998f4662dfc3c6
parent4c2479e1c455e2cc46c02cfc28ea2a185f9a7747
CLEANUP: deinit: remove codes for cleaning p->block_rules

Since all rules listed in p->block_rules have been moved to the beginning of
the http-request rules in check_config_validity(), there is no need to clean
p->block_rules in deinit().

Signed-off-by: Godbach <nylzhaowei@gmail.com>
src/haproxy.c