summaryrefslogtreecommitdiff
path: root/uhttpd.h
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2013-08-07 16:46:13 +0200
committerJo-Philipp Wich <jow@openwrt.org>2013-08-07 16:58:55 +0200
commit4fb73b3febd0b368bee39c361dd58d56fb1829ca (patch)
tree5772c16a16de9682223cfee58007d13ba91f2f5a /uhttpd.h
parentd9e7e61178ef07c741ad820d8b2f5afd4246d993 (diff)
ubus: move sid into the params array of the json-rpc request to avoid information leakage via the post 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 0137eef..b289a24 100644
--- a/uhttpd.h
+++ b/uhttpd.h
@@ -187,7 +187,6 @@ struct dispatch_ubus {
struct json_object *jsobj_cur;
int post_len;
- const char *sid;
uint32_t obj;
const char *func;