mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2024-12-19 01:54:37 +00:00
CLEANUP: proto_http: remove useless initialisation
This initialisation of the opaque array is useless.
This commit is contained in:
parent
a482746a29
commit
9b49f589ed
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user