summaryrefslogtreecommitdiff
path: root/uhttpd.h
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2013-01-25 17:49:44 +0100
committerJo-Philipp Wich <jow@openwrt.org>2013-01-25 17:49:44 +0100
commit3f17deb1c41a6352f28b3e9f665a17b9231768e1 (patch)
treee010f745a685cabfe74c4047d88cc4d74bc8062a /uhttpd.h
parenteb098bcfb6b8ee61cb6ce164aea7f847ffa30dcb (diff)
ubus: add option to not authenticate ubus requests
Diffstat (limited to 'uhttpd.h')
-rw-r--r--uhttpd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/uhttpd.h b/uhttpd.h
index c4afee8..d6b6985 100644
--- a/uhttpd.h
+++ b/uhttpd.h
@@ -66,6 +66,7 @@ struct config {
int max_connections;
int http_keepalive;
int script_timeout;
+ int ubus_noauth;
};
struct auth_realm {