mirror of
git://git.code.sf.net/p/dhcpd-pools/code
synced 2025-12-16 15:57:00 +00:00
output: avoid division by zero
This correction makes the shared networks alarming to work when all available leases are used. Signed-off-by: Sami Kerola <kerolasa@iki.fi>
This commit is contained in:
parent
0705b0c17f
commit
8e076fcc4f
2 changed files with 59 additions and 38 deletions
|
|
@ -27,6 +27,7 @@ gnulib_modules="
|
|||
fopen
|
||||
getopt-gnu
|
||||
inet_pton
|
||||
isnan
|
||||
langinfo
|
||||
netinet_in
|
||||
progname
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue