commit | 9b49f589ed230fa8754b9113e3f5d7118d20dff0 | [log] [tgz] |
---|---|---|
author | Thierry FOURNIER <tfournier@arpalert.org> | Fri Jul 31 08:42:38 2015 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Tue Aug 11 13:44:51 2015 +0200 |
tree | 93255654715131b6fd97dbcf78857d269860e6b4 | |
parent | a482746a29f1e43769d7d596b8e127fa46ac16fb [diff] |
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 4cb9483..d5b2c69 100644 --- a/src/proto_http.c +++ b/src/proto_http.c
@@ -12618,7 +12618,6 @@ } cur_arg++; - LIST_INIT((struct list *)&rule->arg.act.p[0]); proxy->conf.args.ctx = ARGC_CAP; rule->action = HTTP_RES_ACT_CUSTOM_CONT;