mirror of
git://git.code.sf.net/p/dhcpd-pools/code
synced 2025-12-16 15:57:00 +00:00
output: remove unnecessary increment
Signed-off-by: Sami Kerola <kerolasa@iki.fi>
This commit is contained in:
parent
a6b77ab785
commit
aaad35a8c9
1 changed files with 0 additions and 1 deletions
|
|
@ -433,7 +433,6 @@ int output_json(void)
|
|||
fprintf(outfile, " \"free\":%g\n",
|
||||
shared_networks->available - shared_networks->used);
|
||||
fprintf(outfile, " }"); /* end of summary */
|
||||
sep++;
|
||||
}
|
||||
|
||||
fprintf(outfile, "\n}\n");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue