mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-06-08 16:26:23 -04:00
check_dns: Another C99 boolean
This commit is contained in:
parent
6fc6e86994
commit
ee80cc2591
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue