aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/fuzzy_storage.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fuzzy_storage.c b/src/fuzzy_storage.c
index f9c669452..b8e3d49c2 100644
--- a/src/fuzzy_storage.c
+++ b/src/fuzzy_storage.c
@@ -1547,6 +1547,7 @@ accept_fuzzy_socket (EV_P_ ev_io *w, int revents)
session->time = (guint64) time (NULL);
session->addr = rspamd_inet_address_from_sa (MSG_FIELD(msg[i], msg_name),
MSG_FIELD(msg[i], msg_namelen));
+ worker->nconns++;
/* Each message can have its length in case of recvmmsg */
#ifdef HAVE_RECVMMSG
@@ -1556,7 +1557,6 @@ accept_fuzzy_socket (EV_P_ ev_io *w, int revents)
if (rspamd_fuzzy_cmd_from_wire (iovs[i].iov_base,
msg_len, session)) {
/* Check shingles count sanity */
- worker->nconns++;
rspamd_fuzzy_process_command (session);
}
else {