commit | 28b48ccbc879a552f988e6e1db22941e3362b4db | [log] [tgz] |
---|---|---|
author | Godbach <nylzhaowei@gmail.com> | Tue Jun 09 19:41:52 2015 +0800 |
committer | Willy Tarreau <w@1wt.eu> | Tue Jun 09 15:35:29 2015 +0200 |
tree | 4c94932cc4f64d3b9c80caa118998f4662dfc3c6 | |
parent | 4c2479e1c455e2cc46c02cfc28ea2a185f9a7747 [diff] |
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>