mirror of
https://github.com/pi-hole/FTL.git
synced 2024-10-26 16:52:18 +02:00
Merge pull request #214 from pi-hole/fix/negative_unknown
Mark queries we mark as not completed again as unknown
This commit is contained in:
@@ -546,6 +546,8 @@ void process_pihole_log(void)
|
||||
validate_access("overTime", queries[i].timeidx, true, __LINE__, __FUNCTION__, __FILE__);
|
||||
overTime[queries[i].timeidx].cached--;
|
||||
|
||||
// Mark this query again as (temporarily) unknown
|
||||
counters.unknown++;
|
||||
queries[i].complete = false;
|
||||
}
|
||||
queries[i].status = 2;
|
||||
|
||||
Reference in New Issue
Block a user