diff options
author | Denis Vlasenko | 2007-08-16 10:35:17 +0000 |
---|---|---|
committer | Denis Vlasenko | 2007-08-16 10:35:17 +0000 |
commit | 6a2f7f41cf7c544d6abce958f89c873b24f79b18 (patch) | |
tree | 6155700deea3477ee366aec5360909261ed53cd6 /networking/httpd.c | |
parent | 033e592cbc96c150c67ac9be7df65e314be5c8f8 (diff) | |
download | busybox-6a2f7f41cf7c544d6abce958f89c873b24f79b18.zip busybox-6a2f7f41cf7c544d6abce958f89c873b24f79b18.tar.gz |
whitespace fixes, no code changes
Diffstat (limited to 'networking/httpd.c')
-rw-r--r-- | networking/httpd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/httpd.c b/networking/httpd.c index 9a9489e..b44beaa 100644 --- a/networking/httpd.c +++ b/networking/httpd.c @@ -1090,7 +1090,7 @@ static int sendCgi(const char *url, setenv1("REMOTE_ADDR", p); if (cp) *cp = ':'; } - setenv1("HTTP_USER_AGENT", user_agent); + setenv1("HTTP_USER_AGENT", user_agent); #if ENABLE_FEATURE_HTTPD_SET_REMOTE_PORT_TO_ENV setenv_long("REMOTE_PORT", tcp_port); #endif |