mirror of
git://git.code.sf.net/p/dhcpd-pools/code
synced 2025-12-17 16:26:59 +00:00
Version 2.3
Signed-off-by: Sami Kerola <kerolasa@iki.fi>
This commit is contained in:
parent
658fe50312
commit
609b7faeee
20 changed files with 268 additions and 608 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue