Commit 967eeb5f authored by Konstantin Khlebnikov's avatar Konstantin Khlebnikov

fix interrupt

parent 58e56f96
......@@ -408,7 +408,7 @@ int main (int argc, char **argv)
part_sum2 = time_sum2 = 0;
time_total = now();
while (1) {
while (!exiting) {
request++;
if (randomize)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment