projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6cd84da
)
fix typo in last commit
author
Denis Vlasenko
<vda.linux@googlemail.com>
Sat, 21 Jul 2007 15:07:22 +0000
(15:07 -0000)
committer
Denis Vlasenko
<vda.linux@googlemail.com>
Sat, 21 Jul 2007 15:07:22 +0000
(15:07 -0000)
networking/httpd.c
patch
|
blob
|
history
diff --git
a/networking/httpd.c
b/networking/httpd.c
index d058812fc28dd1d1385fea18aef14397632a1dc7..7c91bd597f4cb86a7aec10d0a5504ad22010e0f1 100644
(file)
--- a/
networking/httpd.c
+++ b/
networking/httpd.c
@@
-1687,7
+1687,7
@@
static void handleIncoming(void)
}
} else if (STRNCASECMP(buf, "Cookie:") == 0) {
cookie = strdup(skip_whitespace(buf + sizeof("Cookie:")-1));
- } else if (STRNCASECMP(buf, "Content-Type:") == 0)
)
{
+ } else if (STRNCASECMP(buf, "Content-Type:") == 0) {
content_type = strdup(skip_whitespace(buf + sizeof("Content-Type:")-1));
} else if (STRNCASECMP(buf, "Referer:") == 0) {
referer = strdup(skip_whitespace(buf + sizeof("Referer:")-1));