diff --git a/src/stratifier.c b/src/stratifier.c index b1648b47..26dc8b90 100644 --- a/src/stratifier.c +++ b/src/stratifier.c @@ -6903,6 +6903,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) {