summaryrefslogtreecommitdiff
path: root/httpd.c
diff options
context:
space:
mode:
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)
/* it's a socket */
FILE *f = NULL;
- xs_data_get(job, &f);
+ xs_data_get(&f, job);
if (f != NULL)
httpd_connection(f);