aboutsummaryrefslogtreecommitdiff
path: root/http.c
diff options
context:
space:
mode:
Diffstat (limited to 'http.c')
-rw-r--r--http.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/http.c b/http.c
index 514d821..0b058dc 100644
--- a/http.c
+++ b/http.c
@@ -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)