summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2012-12-31 17:45:08 +0100
committerFelix Fietkau <nbd@openwrt.org>2012-12-31 17:45:08 +0100
commitc426f3dee96c2a4468ff54c881fa15fa651d275a (patch)
treef94d8b4891a13182e6ffd63dcec522fa6450488b /main.c
parent363e794df318080ea8f1878f95027161bb82b513 (diff)
add default value for conf.realm
Diffstat (limited to 'main.c')
-rw-r--r--main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/main.c b/main.c
index 00e43cf..c0a6a82 100644
--- a/main.c
+++ b/main.c
@@ -163,6 +163,7 @@ static void init_defaults(void)
conf.network_timeout = 30;
conf.http_keepalive = 0; /* fixme */
conf.max_requests = 3;
+ conf.realm = "Protected Area";
uh_index_add("index.html");
uh_index_add("index.htm");