diff options
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) | |||
| 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); |