aboutsummaryrefslogtreecommitdiff
path: root/networking/httpd.c
diff options
context:
space:
mode:
Diffstat (limited to 'networking/httpd.c')
-rw-r--r--networking/httpd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/networking/httpd.c b/networking/httpd.c
index c174958e2..fa42d9850 100644
--- a/networking/httpd.c
+++ b/networking/httpd.c
@@ -231,7 +231,7 @@ struct globals {
231 int verbose; /* must be int (used by getopt32) */ 231 int verbose; /* must be int (used by getopt32) */
232 smallint flg_deny_all; 232 smallint flg_deny_all;
233 233
234 unsigned rmt_ip; /* used for IP-based allow/deny rules */ 234 unsigned rmt_ip; /* used for IP-based allow/deny rules */
235 time_t last_mod; 235 time_t last_mod;
236 char *rmt_ip_str; /* for $REMOTE_ADDR and $REMOTE_PORT */ 236 char *rmt_ip_str; /* for $REMOTE_ADDR and $REMOTE_PORT */
237 const char *bind_addr_or_port; 237 const char *bind_addr_or_port;
@@ -267,7 +267,7 @@ struct globals {
267#if ENABLE_FEATURE_HTTPD_CONFIG_WITH_SCRIPT_INTERPR 267#if ENABLE_FEATURE_HTTPD_CONFIG_WITH_SCRIPT_INTERPR
268 Htaccess *script_i; /* config script interpreters */ 268 Htaccess *script_i; /* config script interpreters */
269#endif 269#endif
270 char *iobuf; /* [IOBUF_SIZE] */ 270 char *iobuf; /* [IOBUF_SIZE] */
271#define hdr_buf bb_common_bufsiz1 271#define hdr_buf bb_common_bufsiz1
272 char *hdr_ptr; 272 char *hdr_ptr;
273 int hdr_cnt; 273 int hdr_cnt;