summaryrefslogtreecommitdiff
path: root/uhttpd.h
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2013-01-03 15:01:50 +0100
committerFelix Fietkau <nbd@openwrt.org>2013-01-03 15:01:50 +0100
commit12931edab795b7caeb70323e2959b5e5503c5980 (patch)
treee87a58862d07d6a3dec7ff396673e1f22a98b57f /uhttpd.h
parent73c843c1186c74e897022a3edb88d0d4f0ff27dc (diff)
fix use-after-realloc issue with the request url
Diffstat (limited to 'uhttpd.h')
-rw-r--r--uhttpd.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/uhttpd.h b/uhttpd.h
index b2404f4..5ec0f00 100644
--- a/uhttpd.h
+++ b/uhttpd.h
@@ -82,7 +82,6 @@ struct http_request {
int content_length;
bool expect_cont;
uint8_t transfer_chunked;
- const char *url;
const struct auth_realm *realm;
};