CID 22496 Infinite loop

github issue #356
this is only relevant to old data files, it appears.
This commit is contained in:
Enno Rehling 2015-11-05 11:17:31 +01:00
parent 58c1d83c9e
commit 4c861aa40d
1 changed files with 1 additions and 0 deletions

View File

@ -263,6 +263,7 @@ void convert_firewall_timeouts(connection * b, attrib * a)
wall_data *fd = (wall_data *)b->data.v;
fd->countdown = a->data.i;
}
a = a->next;
}
}