]> git.evergreen-ils.org Git - OpenSRF.git/commit
LP#1711194: avoid division by zero errors
authorGalen Charlton <gmc@equinoxinitiative.org>
Fri, 18 Aug 2017 15:11:29 +0000 (11:11 -0400)
committerBill Erickson <berickxx@gmail.com>
Fri, 18 Aug 2017 16:44:02 +0000 (12:44 -0400)
commitdc3bfa4771e5e5b139d31c73b42562917f100688
tree4eb885508ff72f147e642164f8ae6328536604f7
parent2c7b9787c63c8477fc7f1e7b46f1262a62abf6f0
LP#1711194: avoid division by zero errors

Under some circumstances, osrf_control --diagnostic may not
be able to deduce the correct max_children setting for a service,
e.g., if it's run without --localhost on a system that doesn't
have a opensrf.xml config section specifying active apps for a
specific hostname. When that happens, just display the count
of running drones rather than displaying error messages about
undefined $dmax values and divisions by zero.

Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
Signed-off-by: Bill Erickson <berickxx@gmail.com>
bin/opensrf-perl.pl.in