From 4cd86e35a3f6b009f73f8e037f6755efdf0be2be Mon Sep 17 00:00:00 2001 From: DL6ER Date: Fri, 23 Feb 2018 23:09:08 +0100 Subject: [PATCH] Use skipclient boolean in getClientNames() Signed-off-by: DL6ER --- api.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api.c b/api.c index 7456862d..d6d0aaa4 100644 --- a/api.c +++ b/api.c @@ -1043,7 +1043,7 @@ void getClientNames(int *sock) for(i = 0; i < counters.clients; i++) { validate_access("clients", i, true, __LINE__, __FUNCTION__, __FILE__); - if(insetupVarsArray(clients[i].ip)) + if(skipclient[i]) continue; if(istelnet[*sock])