diff options
author | default <nobody@localhost> | 2023-10-14 10:04:40 +0200 |
---|---|---|
committer | default <nobody@localhost> | 2023-10-14 10:04:40 +0200 |
commit | fbb773ae7288394273d7b27f7bdb47487485232d (patch) | |
tree | 82ba5bb9cf5e113b25771b012db3c79c23fd4a89 /httpd.c | |
parent | 3b88cfe9920524030584b83308fb8be98eecae34 (diff) |
Backport from xs.
Diffstat (limited to 'httpd.c')
-rw-r--r-- | httpd.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -448,7 +448,7 @@ static void *job_thread(void *arg) /* it's a socket */ FILE *f = NULL; - xs_data_get(job, &f); + xs_data_get(&f, job); if (f != NULL) httpd_connection(f); |