mirror of
git://git.code.sf.net/p/dhcpd-pools/code
synced 2025-12-16 15:57:00 +00:00
output: remove unnecessary new line printing
Signed-off-by: Sami Kerola <kerolasa@iki.fi>
This commit is contained in:
parent
a2fa69a403
commit
179e2ac147
1 changed files with 0 additions and 1 deletions
|
|
@ -111,7 +111,6 @@ unsigned long get_range_size(const struct range_t *r)
|
|||
size <<= 8;
|
||||
size += (int)r->last_ip.v6[i] - (int)r->first_ip.v6[i];
|
||||
}
|
||||
fprintf(stderr, "\n");
|
||||
return size + 1;
|
||||
} else {
|
||||
return r->last_ip.v4 - r->first_ip.v4 + 1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue