mirror of
https://github.com/pi-hole/FTL.git
synced 2024-10-26 16:52:18 +02:00
Merge branch 'development' into new/query_special_domain
Signed-off-by: DL6ER <dl6er@dl6er.de>
This commit is contained in:
+1
-1
@@ -302,7 +302,7 @@ void change_clientcount(clientsData *client, int total, int blocked, int overTim
|
||||
if(overTimeIdx > -1 && overTimeIdx < OVERTIME_SLOTS)
|
||||
client->overTime[overTimeIdx] += overTimeMod;
|
||||
|
||||
// Also add counts to the conencted alias-client (if any)
|
||||
// Also add counts to the connected alias-client (if any)
|
||||
if(client->flags.aliasclient)
|
||||
{
|
||||
logg("WARN: Should not add to alias-client directly (client \"%s\" (%s))!",
|
||||
|
||||
Reference in New Issue
Block a user