mirror of
https://github.com/pi-hole/FTL.git
synced 2024-10-26 16:52:18 +02:00
Set queryID to zero for queries imported from the database on startup
Signed-off-by: DL6ER <dl6er@dl6er.de>
This commit is contained in:
+1
-1
@@ -744,7 +744,7 @@ void read_data_from_DB(void)
|
||||
queries[queryIndex].forwardID = forwardID;
|
||||
queries[queryIndex].timeidx = timeidx;
|
||||
queries[queryIndex].db = dbid;
|
||||
queries[queryIndex].id = queryID;
|
||||
queries[queryIndex].id = 0;
|
||||
queries[queryIndex].complete = true; // Mark as all information is avaiable
|
||||
queries[queryIndex].response = 0;
|
||||
queries[queryIndex].AD = false;
|
||||
|
||||
Reference in New Issue
Block a user