From c426f3dee96c2a4468ff54c881fa15fa651d275a Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Mon, 31 Dec 2012 17:45:08 +0100 Subject: [PATCH] add default value for conf.realm --- main.c | 1 + 1 file changed, 1 insertion(+) 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"); -- 2.11.0