summaryrefslogtreecommitdiff
path: root/httpd.c
diff options
context:
space:
mode:
authordefault <nobody@localhost>2023-03-02 17:13:17 +0100
committerdefault <nobody@localhost>2023-03-02 17:13:17 +0100
commitb2ce9323db88539860e0e71960ffdf22f33005e4 (patch)
tree07bc53406d00f0a00fcc5f861b970db444ad08b0 /httpd.c
parent8451d66601f2cf46630d9258c572245818d9a055 (diff)
Added the url to srv_archive().
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 d32903e..e15a687 100644
--- a/httpd.c
+++ b/httpd.c
@@ -228,7 +228,7 @@ void httpd_connection(FILE *f)
fclose(f);
- srv_archive("RECV", req, payload, p_size, status, headers, body, b_size);
+ srv_archive("RECV", NULL, req, payload, p_size, status, headers, body, b_size);
xs_free(body);
}