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:
8bfd215
)
httpd: make Bernhard happier
author
Denis Vlasenko
<vda.linux@googlemail.com>
Fri, 17 Nov 2006 18:26:57 +0000
(18:26 -0000)
committer
Denis Vlasenko
<vda.linux@googlemail.com>
Fri, 17 Nov 2006 18:26:57 +0000
(18:26 -0000)
networking/httpd.c
patch
|
blob
|
history
diff --git
a/networking/httpd.c
b/networking/httpd.c
index 3cfbdb979624d8c7961aa4eb3f941cbf5088365a..d5cfd652c70079f5affd9840e34c9c8a5bb588fc 100644
(file)
--- a/
networking/httpd.c
+++ b/
networking/httpd.c
@@
-1659,9
+1659,11
@@
FORBIDDEN: /* protect listing /cgi-bin */
#if ENABLE_FEATURE_HTTPD_CGI
free(cookie);
free(content_type);
- free(config->referer); config->referer = NULL;
+ free(config->referer);
+ config->referer = NULL;
# if ENABLE_FEATURE_HTTPD_BASIC_AUTH
- free(config->remoteuser); config->remoteuser = NULL;
+ free(config->remoteuser);
+ config->remoteuser = NULL;
# endif
#endif
shutdown(config->accepted_socket, SHUT_WR);