diff --git a/src/stratifier.c b/src/stratifier.c index cd21449e..d46bc4c0 100644 --- a/src/stratifier.c +++ b/src/stratifier.c @@ -6732,6 +6732,9 @@ static void *statsupdate(void *arg) continue; } + if (client->node || client->remote) + continue; + /* Test for clients that haven't authed in over a minute * and drop them lazily */ if (!client->authorised) {