From 9b49f589ed230fa8754b9113e3f5d7118d20dff0 Mon Sep 17 00:00:00 2001 From: Thierry FOURNIER Date: Fri, 31 Jul 2015 08:42:38 +0200 Subject: [PATCH] CLEANUP: proto_http: remove useless initialisation This initialisation of the opaque array is useless. --- src/proto_http.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/proto_http.c b/src/proto_http.c index 4cb948364..d5b2c69b6 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;