suspect-manager: uups-fix

This commit is contained in:
Arndt Brenschede 2018-10-02 09:49:46 +02:00
parent be1ef91a0c
commit c7b5f2b5de

View file

@ -433,6 +433,7 @@ public class SuspectManager extends Thread
cnt = count; cnt = count;
ids = new long[cnt]; ids = new long[cnt];
prios = new int[cnt]; prios = new int[cnt];
timestamp = time;
} }
} }