From: Thierry FOURNIER Date: Fri, 31 Jul 2015 06:42:38 +0000 (+0200) Subject: CLEANUP: proto_http: remove useless initialisation X-Git-Tag: v1.6-dev4~79 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9b49f589ed230fa8754b9113e3f5d7118d20dff0;p=thirdparty%2Fhaproxy.git CLEANUP: proto_http: remove useless initialisation This initialisation of the opaque array is useless. --- diff --git a/src/proto_http.c b/src/proto_http.c index 4cb948364a..d5b2c69b6d 100644 --- a/src/proto_http.c +++ b/src/proto_http.c @@ -12618,7 +12618,6 @@ int parse_http_res_capture(const char **args, int *orig_arg, struct proxy *px, s } cur_arg++; - LIST_INIT((struct list *)&rule->arg.act.p[0]); proxy->conf.args.ctx = ARGC_CAP; rule->action = HTTP_RES_ACT_CUSTOM_CONT;