From fd6f71bfe36331d046e4183c2c133c6f01c9af2d Mon Sep 17 00:00:00 2001 From: default Date: Mon, 26 Sep 2022 11:19:45 +0200 Subject: More work but signatures seem to still fail. --- httpd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'httpd.c') 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) xs *headers = NULL; xs *q_path = NULL; xs *payload = NULL; - int p_size; + int p_size = 0; char *p; f = xs_socket_accept(rs); -- cgit v1.2.3