diff options
Diffstat (limited to 'src/worker.c')
-rw-r--r-- | src/worker.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/worker.c b/src/worker.c index cb5d6a140..36d441d07 100644 --- a/src/worker.c +++ b/src/worker.c @@ -344,7 +344,6 @@ accept_socket (gint fd, short what, void *arg) /* Copy some variables */ new_task->sock = nfd; new_task->is_mime = ctx->is_mime; - new_task->is_json = ctx->is_json; new_task->allow_learn = ctx->allow_learn; worker->srv->stat->connections_count++; |