diff options
Diffstat (limited to 'http.c')
| -rw-r--r-- | http.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1784,7 +1784,7 @@ static int apply_from_mem(struct http_ctx *const h, struct form *const f) return 1; const struct http_cfg_post *const cfg = &h->cfg.post; - struct http_post_pair *pairs, *p; + struct http_post_pair *pairs; const size_t n = m->npairs + 1; if (n > cfg->max_pairs) |
