diff options
author | default <nobody@localhost> | 2022-09-26 11:19:45 +0200 |
---|---|---|
committer | default <nobody@localhost> | 2022-09-26 11:19:45 +0200 |
commit | fd6f71bfe36331d046e4183c2c133c6f01c9af2d (patch) | |
tree | 2523108550567f4f20d0b3e3d8ec703f09a05c4d /httpd.c | |
parent | acc467c0346535f9f71b62bf68cbfbea7d1db0ee (diff) |
More work but signatures seem to still fail.
Diffstat (limited to 'httpd.c')
-rw-r--r-- | httpd.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |