projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
574f2f4
)
httpd: fix breakage introduced by "support for I:index.xml"
author
Denis Vlasenko
<vda.linux@googlemail.com>
Wed, 27 Feb 2008 20:59:54 +0000
(20:59 -0000)
committer
Denis Vlasenko
<vda.linux@googlemail.com>
Wed, 27 Feb 2008 20:59:54 +0000
(20:59 -0000)
networking/httpd.c
patch
|
blob
|
history
diff --git
a/networking/httpd.c
b/networking/httpd.c
index de84ccaa2a196d5e81b1e730cf3757943b1ac0c6..e9137287cdce9022190c93ee38a2912548d9d148 100644
(file)
--- a/
networking/httpd.c
+++ b/
networking/httpd.c
@@
-325,6
+325,7
@@
struct globals {
SET_PTR_TO_GLOBALS(xzalloc(sizeof(G))); \
USE_FEATURE_HTTPD_BASIC_AUTH(g_realm = "Web Server Authentication";) \
bind_addr_or_port = "80"; \
+ index_page = "index.html"; \
file_size = -1; \
} while (0)