summaryrefslogtreecommitdiff
path: root/httpd.c
diff options
context:
space:
mode:
authorGravatar default2022-09-26 11:19:45 +0200
committerGravatar default2022-09-26 11:19:45 +0200
commitfd6f71bfe36331d046e4183c2c133c6f01c9af2d (patch)
tree2523108550567f4f20d0b3e3d8ec703f09a05c4d /httpd.c
parentNew function msg_admiration(). (diff)
downloadpenes-snac2-fd6f71bfe36331d046e4183c2c133c6f01c9af2d.tar.gz
penes-snac2-fd6f71bfe36331d046e4183c2c133c6f01c9af2d.tar.xz
penes-snac2-fd6f71bfe36331d046e4183c2c133c6f01c9af2d.zip
More work but signatures seem to still fail.
Diffstat (limited to 'httpd.c')
-rw-r--r--httpd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/httpd.c b/httpd.c
index 7728d04..256d7b1 100644
--- a/httpd.c
+++ b/httpd.c
@@ -97,7 +97,7 @@ void httpd_connection(int rs)
97 xs *headers = NULL; 97 xs *headers = NULL;
98 xs *q_path = NULL; 98 xs *q_path = NULL;
99 xs *payload = NULL; 99 xs *payload = NULL;
100 int p_size; 100 int p_size = 0;
101 char *p; 101 char *p;
102 102
103 f = xs_socket_accept(rs); 103 f = xs_socket_accept(rs);