summaryrefslogtreecommitdiff
path: root/httpd.c
diff options
context:
space:
mode:
authorGravatar default2023-10-14 10:04:40 +0200
committerGravatar default2023-10-14 10:04:40 +0200
commitfbb773ae7288394273d7b27f7bdb47487485232d (patch)
tree82ba5bb9cf5e113b25771b012db3c79c23fd4a89 /httpd.c
parentFixed bug that crashed Tusky. (diff)
downloadpenes-snac2-fbb773ae7288394273d7b27f7bdb47487485232d.tar.gz
penes-snac2-fbb773ae7288394273d7b27f7bdb47487485232d.tar.xz
penes-snac2-fbb773ae7288394273d7b27f7bdb47487485232d.zip
Backport from xs.
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 20d87bd..213f751 100644
--- a/httpd.c
+++ b/httpd.c
@@ -448,7 +448,7 @@ static void *job_thread(void *arg)
448 /* it's a socket */ 448 /* it's a socket */
449 FILE *f = NULL; 449 FILE *f = NULL;
450 450
451 xs_data_get(job, &f); 451 xs_data_get(&f, job);
452 452
453 if (f != NULL) 453 if (f != NULL)
454 httpd_connection(f); 454 httpd_connection(f);