|
|
@ -6732,6 +6732,9 @@ static void *statsupdate(void *arg) |
|
|
|
continue; |
|
|
|
continue; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if (client->node || client->remote) |
|
|
|
|
|
|
|
continue; |
|
|
|
|
|
|
|
|
|
|
|
/* Test for clients that haven't authed in over a minute
|
|
|
|
/* Test for clients that haven't authed in over a minute
|
|
|
|
* and drop them lazily */ |
|
|
|
* and drop them lazily */ |
|
|
|
if (!client->authorised) { |
|
|
|
if (!client->authorised) { |
|
|
|