diff options
Diffstat (limited to 'src/worker.c')
-rw-r--r-- | src/worker.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/worker.c b/src/worker.c index d3e3fc4c8..ac104f7f0 100644 --- a/src/worker.c +++ b/src/worker.c @@ -320,9 +320,9 @@ accept_socket (gint fd, short what, void *arg) rspamd_http_connection_read_message (task->http_conn, task, - nfd, - &ctx->io_tv, - ctx->ev_base); + nfd, + &ctx->io_tv, + ctx->ev_base); } #ifdef WITH_HYPERSCAN |