CLEANUP: proto_http: remove useless initialisation

This initialisation of the opaque array is useless.
This commit is contained in:
Thierry FOURNIER 2015-07-31 08:42:38 +02:00 committed by Willy Tarreau
parent a482746a29
commit 9b49f589ed

View File

@ -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;