check_dns: Another C99 boolean

This commit is contained in:
RincewindsHat 2023-10-18 16:54:33 +02:00
parent 6fc6e86994
commit ee80cc2591

View file

@ -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);