From ee80cc259190563ddb29eb780e13eb038a4ff680 Mon Sep 17 00:00:00 2001 From: RincewindsHat <12514511+RincewindsHat@users.noreply.github.com> Date: Wed, 18 Oct 2023 16:54:33 +0200 Subject: check_dns: Another C99 boolean diff --git a/plugins/check_dns.c b/plugins/check_dns.c index 7dcec38..82dc264 100644 --- a/plugins/check_dns.c +++ b/plugins/check_dns.c @@ -88,7 +88,7 @@ main (int argc, char **argv) bool parse_address = false; /* This flag scans for Address: but only after Name: */ output chld_out, chld_err; size_t i; - int is_nxdomain = false; + bool is_nxdomain = false; setlocale (LC_ALL, ""); bindtextdomain (PACKAGE, LOCALEDIR); -- cgit v0.10-9-g596f