mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
questd: fix wrong client index
This commit is contained in:
parent
363b371ba2
commit
1b8877dced
1 changed files with 1 additions and 1 deletions
|
|
@ -499,10 +499,10 @@ populate_clients()
|
|||
clients[cno].wireless = true;
|
||||
else if(!(clients[cno].connected = arping(clients[cno].ipaddr, clients[cno].device, toms)))
|
||||
recalc_sleep_time(true, toms);
|
||||
cno++;
|
||||
|
||||
if (clients[cno].connected)
|
||||
details[cno].connum = active_connections(clients[cno].ipaddr);
|
||||
cno++;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue