Version 2.3

Signed-off-by: Sami Kerola <kerolasa@iki.fi>
This commit is contained in:
Sami Kerola 2008-04-20 00:00:00 +02:00
parent 658fe50312
commit 609b7faeee
20 changed files with 268 additions and 608 deletions

View file

@ -104,8 +104,8 @@ do_counting (void)
if (range_p->last_ip < leases[i])
{
range_p++;
/* Break loop before trying to access memorory that is
* not allocated. */
/* Break loop before trying to access memorory that is
* not allocated. */
if (range_p - ranges > num_ranges)
{
break;