aboutsummaryrefslogtreecommitdiff
path: root/networking
diff options
context:
space:
mode:
Diffstat (limited to 'networking')
-rw-r--r--networking/httpd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/httpd.c b/networking/httpd.c
index 9a9489ed5..b44beaa8a 100644
--- a/networking/httpd.c
+++ b/networking/httpd.c
@@ -1090,7 +1090,7 @@ static int sendCgi(const char *url,
1090 setenv1("REMOTE_ADDR", p); 1090 setenv1("REMOTE_ADDR", p);
1091 if (cp) *cp = ':'; 1091 if (cp) *cp = ':';
1092 } 1092 }
1093 setenv1("HTTP_USER_AGENT", user_agent); 1093 setenv1("HTTP_USER_AGENT", user_agent);
1094#if ENABLE_FEATURE_HTTPD_SET_REMOTE_PORT_TO_ENV 1094#if ENABLE_FEATURE_HTTPD_SET_REMOTE_PORT_TO_ENV
1095 setenv_long("REMOTE_PORT", tcp_port); 1095 setenv_long("REMOTE_PORT", tcp_port);
1096#endif 1096#endif