Commit b16714b4 authored by Vladimir Marangozov's avatar Vladimir Marangozov

Initialize the return value in collect_generations() since it is updated

conditionally in the code.
parent 14a4d88a
......@@ -455,7 +455,7 @@ collect_generations(void)
{
static long collections0 = 0;
static long collections1 = 0;
long n;
long n = 0;
if (collections1 > threshold2) {
......
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