mirror of
https://git.busybox.net/busybox
synced 2026-01-31 16:43:21 +00:00
httpd: fix breakage introduced by "support for I:index.xml"
This commit is contained in:
parent
574f2f4394
commit
1acb4ef87e
1 changed files with 1 additions and 0 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue