aboutsummaryrefslogtreecommitdiff
path: root/networking
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2007-08-16 10:35:17 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2007-08-16 10:35:17 +0000
commit6a2f7f41cf7c544d6abce958f89c873b24f79b18 (patch)
tree6155700deea3477ee366aec5360909261ed53cd6 /networking
parent033e592cbc96c150c67ac9be7df65e314be5c8f8 (diff)
downloadbusybox-w32-6a2f7f41cf7c544d6abce958f89c873b24f79b18.tar.gz
busybox-w32-6a2f7f41cf7c544d6abce958f89c873b24f79b18.tar.bz2
busybox-w32-6a2f7f41cf7c544d6abce958f89c873b24f79b18.zip
whitespace fixes, no code changes
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