dsa-check-zone-rrsig-expiration-many: fix use of uninitialized value in numeric gt (>)
authorPeter Palfrader <peter@palfrader.org>
Thu, 25 Oct 2018 07:48:16 +0000 (09:48 +0200)
committerPeter Palfrader <peter@palfrader.org>
Thu, 25 Oct 2018 07:49:38 +0000 (09:49 +0200)
commit6d1a430423744a13a6393ca32fa59c5eeaddbaf0
tree23d0f30d80a748bca2d61b5848f05e655a094c3d
parent9172aa164eb91df4933e6b466e57145e170d975b
dsa-check-zone-rrsig-expiration-many: fix use of uninitialized value in numeric gt (>)

We have a state count array, and we assign each state (ok, warn, etc.) a
nagios error code.  one of the states we use internally is "unsigned",
which is not an error but did not have an integer exit code.  Give it 0
now.
dsa-nagios-checks/checks/dsa-check-zone-rrsig-expiration-many
dsa-nagios-checks/debian/changelog