summaryrefslogtreecommitdiff
path: root/httpd.c
diff options
context:
space:
mode:
Diffstat (limited to 'httpd.c')
-rw-r--r--httpd.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/httpd.c b/httpd.c
index 85d4b71..76bebad 100644
--- a/httpd.c
+++ b/httpd.c
@@ -28,10 +28,6 @@ int server_get_handler(d_char *req, char *q_path,
28/* basic server services */ 28/* basic server services */
29{ 29{
30 int status = 0; 30 int status = 0;
31 char *acpt = xs_dict_get(req, "accept");
32
33 if (acpt == NULL)
34 return 0;
35 31
36 /* is it the server root? */ 32 /* is it the server root? */
37 if (*q_path == '\0') { 33 if (*q_path == '\0') {